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

models.elasticache-2015-02-02-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "describeCacheSecurityGroups", "listAllowedNodeTypeModifications" ],
    "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" : [ "describeCacheClusters", "describeCacheEngineVersions", "describeCacheParameterGroups", "describeCacheSubnetGroups", "describeEvents", "describeReplicationGroups", "describeReservedCacheNodes", "describeReservedCacheNodesOfferings", "describeSnapshots" ]
  },
  "metadata" : {
    "apiVersion" : "2015-02-02",
    "asyncBuilder" : "DefaultElastiCacheAsyncClientBuilder",
    "asyncBuilderInterface" : "ElastiCacheAsyncClientBuilder",
    "asyncClient" : "DefaultElastiCacheAsyncClient",
    "asyncInterface" : "ElastiCacheAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultElastiCacheBaseClientBuilder",
    "baseBuilderInterface" : "ElastiCacheBaseClientBuilder",
    "baseExceptionName" : "ElastiCacheException",
    "baseRequestName" : "ElastiCacheRequest",
    "baseResponseName" : "ElastiCacheResponse",
    "cborProtocol" : false,
    "clientPackageName" : "elasticache",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon ElastiCache",
    "documentation" : "Amazon ElastiCache 

Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud.

With ElastiCache, customers get all of the benefits of a high-performance, in-memory cache with less of the administrative burden involved in launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment.

In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.

", "endpointPrefix" : "elasticache", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.elasticache", "fullModelPackageName" : "software.amazon.awssdk.services.elasticache.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.elasticache.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.elasticache.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.elasticache.transform", "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "modelPackageName" : "elasticache.model", "paginatorsPackageName" : "elasticache.paginators", "protocol" : "query", "requestTransformPackageName" : "elasticache.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "ElastiCache", "serviceName" : "ElastiCache", "signingName" : "elasticache", "syncBuilder" : "DefaultElastiCacheClientBuilder", "syncBuilderInterface" : "ElastiCacheClientBuilder", "syncClient" : "DefaultElastiCacheClient", "syncInterface" : "ElastiCacheClient", "transformPackageName" : "elasticache.transform", "uid" : "elasticache-2015-02-02", "xmlProtocol" : true }, "operations" : { "AddTagsToResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds up to 50 cost allocation tags to the named resource. A cost allocation tag is a key-value pair where the key and value are case-sensitive. You can use cost allocation tags to categorize and track your AWS costs.

When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags in Amazon ElastiCache in the ElastiCache User Guide.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

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

Represents the input of an AddTagsToResource operation.

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

Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

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

Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.

You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.

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

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

", "httpStatusCode" : 400 }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "

The specified Amazon EC2 security group is already authorized for the specified cache security group.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableName" : "authorizeCacheSecurityGroupIngressRequest", "variableType" : "AuthorizeCacheSecurityGroupIngressRequest", "documentation" : "

Represents the input of an AuthorizeCacheSecurityGroupIngress operation.

", "simpleType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest" }, "methodName" : "authorizeCacheSecurityGroupIngress", "operationName" : "AuthorizeCacheSecurityGroupIngress", "paginated" : false, "returnType" : { "returnType" : "AuthorizeCacheSecurityGroupIngressResponse", "documentation" : "

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "syncReturnType" : "AuthorizeCacheSecurityGroupIngressResponse" }, "BatchApplyUpdateAction" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

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

The service update doesn't exist

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchApplyUpdateActionRequest", "variableName" : "batchApplyUpdateActionRequest", "variableType" : "BatchApplyUpdateActionRequest", "documentation" : "", "simpleType" : "BatchApplyUpdateActionRequest", "variableSetterType" : "BatchApplyUpdateActionRequest" }, "methodName" : "batchApplyUpdateAction", "operationName" : "BatchApplyUpdateAction", "paginated" : false, "returnType" : { "returnType" : "BatchApplyUpdateActionResponse", "documentation" : null }, "syncReturnType" : "BatchApplyUpdateActionResponse" }, "BatchStopUpdateAction" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

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

The service update doesn't exist

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchStopUpdateActionRequest", "variableName" : "batchStopUpdateActionRequest", "variableType" : "BatchStopUpdateActionRequest", "documentation" : "", "simpleType" : "BatchStopUpdateActionRequest", "variableSetterType" : "BatchStopUpdateActionRequest" }, "methodName" : "batchStopUpdateAction", "operationName" : "BatchStopUpdateAction", "paginated" : false, "returnType" : { "returnType" : "BatchStopUpdateActionResponse", "documentation" : null }, "syncReturnType" : "BatchStopUpdateActionResponse" }, "CopySnapshot" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Makes a copy of an existing snapshot.

This operation is valid for Redis only.

Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control.

You could receive the following error messages.

Error Messages

  • Error Message: The S3 bucket %s is outside of the region.

    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.

  • Error Message: The S3 bucket %s does not exist.

    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.

  • Error Message: The S3 bucket %s is not owned by the authenticated user.

    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide.

  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

    Solution: Contact your system administrator to get the needed permissions.

  • Error Message: The S3 bucket %s already contains an object with key %s.

    Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

    Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.

  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

    Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.

  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

    Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.

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

You already have a snapshot with the given name.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidSnapshotStateException", "documentation" : "

The current state of the snapshot does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CopySnapshotRequest", "variableName" : "copySnapshotRequest", "variableType" : "CopySnapshotRequest", "documentation" : "

Represents the input of a CopySnapshotMessage operation.

", "simpleType" : "CopySnapshotRequest", "variableSetterType" : "CopySnapshotRequest" }, "methodName" : "copySnapshot", "operationName" : "CopySnapshot", "paginated" : false, "returnType" : { "returnType" : "CopySnapshotResponse", "documentation" : "

Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.

" }, "syncReturnType" : "CopySnapshotResponse" }, "CreateCacheCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis.

This operation is not supported for Redis (cluster mode enabled) clusters.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheClusterAlreadyExistsException", "documentation" : "

You already have a cluster with the given identifier.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

", "httpStatusCode" : 400 }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of clusters per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCacheClusterRequest", "variableName" : "createCacheClusterRequest", "variableType" : "CreateCacheClusterRequest", "documentation" : "

Represents the input of a CreateCacheCluster operation.

", "simpleType" : "CreateCacheClusterRequest", "variableSetterType" : "CreateCacheClusterRequest" }, "methodName" : "createCacheCluster", "operationName" : "CreateCacheCluster", "paginated" : false, "returnType" : { "returnType" : "CreateCacheClusterResponse", "documentation" : "

Contains all of the attributes of a specific cluster.

" }, "syncReturnType" : "CreateCacheClusterResponse" }, "CreateCacheParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup.

A newly created CacheParameterGroup is an exact duplicate of the default parameter group for the CacheParameterGroupFamily. To customize the newly created CacheParameterGroup you can change the values of specific parameters. For more information, see:

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

The request cannot be processed because it would exceed the maximum number of cache security groups.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheParameterGroupAlreadyExistsException", "documentation" : "

A cache parameter group with the requested name already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCacheParameterGroupRequest", "variableName" : "createCacheParameterGroupRequest", "variableType" : "CreateCacheParameterGroupRequest", "documentation" : "

Represents the input of a CreateCacheParameterGroup operation.

", "simpleType" : "CreateCacheParameterGroupRequest", "variableSetterType" : "CreateCacheParameterGroupRequest" }, "methodName" : "createCacheParameterGroup", "operationName" : "CreateCacheParameterGroup", "paginated" : false, "returnType" : { "returnType" : "CreateCacheParameterGroupResponse", "documentation" : "

Represents the output of a CreateCacheParameterGroup operation.

" }, "syncReturnType" : "CreateCacheParameterGroupResponse" }, "CreateCacheSecurityGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new cache security group. Use a cache security group to control access to one or more clusters.

Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

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

A cache security group with the specified name already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache security groups.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCacheSecurityGroupRequest", "variableName" : "createCacheSecurityGroupRequest", "variableType" : "CreateCacheSecurityGroupRequest", "documentation" : "

Represents the input of a CreateCacheSecurityGroup operation.

", "simpleType" : "CreateCacheSecurityGroupRequest", "variableSetterType" : "CreateCacheSecurityGroupRequest" }, "methodName" : "createCacheSecurityGroup", "operationName" : "CreateCacheSecurityGroup", "paginated" : false, "returnType" : { "returnType" : "CreateCacheSecurityGroupResponse", "documentation" : "

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "syncReturnType" : "CreateCacheSecurityGroupResponse" }, "CreateCacheSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new cache subnet group.

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

The requested cache subnet group name is already in use by an existing cache subnet group.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSubnetGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache subnet groups.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSubnetQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

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

An invalid subnet identifier was specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCacheSubnetGroupRequest", "variableName" : "createCacheSubnetGroupRequest", "variableType" : "CreateCacheSubnetGroupRequest", "documentation" : "

Represents the input of a CreateCacheSubnetGroup operation.

", "simpleType" : "CreateCacheSubnetGroupRequest", "variableSetterType" : "CreateCacheSubnetGroupRequest" }, "methodName" : "createCacheSubnetGroup", "operationName" : "CreateCacheSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "CreateCacheSubnetGroupResponse", "documentation" : "

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

" }, "syncReturnType" : "CreateCacheSubnetGroupResponse" }, "CreateReplicationGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.

A Redis (cluster mode disabled) replication group is a collection of clusters, where one of the clusters is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.

A Redis (cluster mode enabled) replication group is a collection of 1 to 15 node groups (shards). Each node group (shard) has one read/write primary node and up to 5 read-only replica nodes. Writes to the primary are asynchronously propagated to the replicas. Redis (cluster mode enabled) replication groups partition the data across node groups (shards).

When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. You cannot alter a Redis (cluster mode enabled) replication group after it has been created. However, if you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' enhanced backup and restore. For more information, see Restoring From a Backup with Cluster Resizing in the ElastiCache User Guide.

This operation is valid for Redis only.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "ReplicationGroupAlreadyExistsException", "documentation" : "

The specified replication group already exists.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

", "httpStatusCode" : 400 }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of clusters per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 15

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReplicationGroupRequest", "variableName" : "createReplicationGroupRequest", "variableType" : "CreateReplicationGroupRequest", "documentation" : "

Represents the input of a CreateReplicationGroup operation.

", "simpleType" : "CreateReplicationGroupRequest", "variableSetterType" : "CreateReplicationGroupRequest" }, "methodName" : "createReplicationGroup", "operationName" : "CreateReplicationGroup", "paginated" : false, "returnType" : { "returnType" : "CreateReplicationGroupResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "CreateReplicationGroupResponse" }, "CreateSnapshot" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a copy of an entire cluster or replication group at a specific moment in time.

This operation is valid for Redis only.

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

You already have a snapshot with the given name.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following operations:

  • Creating a snapshot of a Redis cluster running on a cache.t1.micro cache node.

  • Creating a snapshot of a cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSnapshotRequest", "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "documentation" : "

Represents the input of a CreateSnapshot operation.

", "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "methodName" : "createSnapshot", "operationName" : "CreateSnapshot", "paginated" : false, "returnType" : { "returnType" : "CreateSnapshotResponse", "documentation" : "

Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.

" }, "syncReturnType" : "CreateSnapshotResponse" }, "DecreaseReplicaCount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Dynamically decreases the number of replics in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of clusters per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 15

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "ServiceLinkedRoleNotFoundException", "documentation" : "

The specified service linked role (SLR) was not found.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoOperationException", "documentation" : "

The operation was not performed because no changes were required.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DecreaseReplicaCountRequest", "variableName" : "decreaseReplicaCountRequest", "variableType" : "DecreaseReplicaCountRequest", "documentation" : "", "simpleType" : "DecreaseReplicaCountRequest", "variableSetterType" : "DecreaseReplicaCountRequest" }, "methodName" : "decreaseReplicaCount", "operationName" : "DecreaseReplicaCount", "paginated" : false, "returnType" : { "returnType" : "DecreaseReplicaCountResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "DecreaseReplicaCountResponse" }, "DeleteCacheCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation.

This operation is not valid for:

  • Redis (cluster mode enabled) clusters

  • A cluster that is the last read replica of a replication group

  • A node group (shard) that has Multi-AZ mode enabled

  • A cluster from a Redis (cluster mode enabled) replication group

  • A cluster that is not in the available state

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following operations:

  • Creating a snapshot of a Redis cluster running on a cache.t1.micro cache node.

  • Creating a snapshot of a cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCacheClusterRequest", "variableName" : "deleteCacheClusterRequest", "variableType" : "DeleteCacheClusterRequest", "documentation" : "

Represents the input of a DeleteCacheCluster operation.

", "simpleType" : "DeleteCacheClusterRequest", "variableSetterType" : "DeleteCacheClusterRequest" }, "methodName" : "deleteCacheCluster", "operationName" : "DeleteCacheCluster", "paginated" : false, "returnType" : { "returnType" : "DeleteCacheClusterResponse", "documentation" : "

Contains all of the attributes of a specific cluster.

" }, "syncReturnType" : "DeleteCacheClusterResponse" }, "DeleteCacheParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

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

The current state of the cache parameter group does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCacheParameterGroupRequest", "variableName" : "deleteCacheParameterGroupRequest", "variableType" : "DeleteCacheParameterGroupRequest", "documentation" : "

Represents the input of a DeleteCacheParameterGroup operation.

", "simpleType" : "DeleteCacheParameterGroupRequest", "variableSetterType" : "DeleteCacheParameterGroupRequest" }, "methodName" : "deleteCacheParameterGroup", "operationName" : "DeleteCacheParameterGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteCacheParameterGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteCacheParameterGroupResponse" }, "DeleteCacheSecurityGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a cache security group.

You cannot delete a cache security group if it is associated with any clusters.

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

The current state of the cache security group does not allow deletion.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCacheSecurityGroupRequest", "variableName" : "deleteCacheSecurityGroupRequest", "variableType" : "DeleteCacheSecurityGroupRequest", "documentation" : "

Represents the input of a DeleteCacheSecurityGroup operation.

", "simpleType" : "DeleteCacheSecurityGroupRequest", "variableSetterType" : "DeleteCacheSecurityGroupRequest" }, "methodName" : "deleteCacheSecurityGroup", "operationName" : "DeleteCacheSecurityGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteCacheSecurityGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteCacheSecurityGroupResponse" }, "DeleteCacheSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a cache subnet group.

You cannot delete a cache subnet group if it is associated with any clusters.

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

The requested cache subnet group is currently in use.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCacheSubnetGroupRequest", "variableName" : "deleteCacheSubnetGroupRequest", "variableType" : "DeleteCacheSubnetGroupRequest", "documentation" : "

Represents the input of a DeleteCacheSubnetGroup operation.

", "simpleType" : "DeleteCacheSubnetGroupRequest", "variableSetterType" : "DeleteCacheSubnetGroupRequest" }, "methodName" : "deleteCacheSubnetGroup", "operationName" : "DeleteCacheSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteCacheSubnetGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteCacheSubnetGroupResponse" }, "DeleteReplicationGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true.

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.

This operation is valid for Redis only.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following operations:

  • Creating a snapshot of a Redis cluster running on a cache.t1.micro cache node.

  • Creating a snapshot of a cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

", "httpStatusCode" : 400 }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReplicationGroupRequest", "variableName" : "deleteReplicationGroupRequest", "variableType" : "DeleteReplicationGroupRequest", "documentation" : "

Represents the input of a DeleteReplicationGroup operation.

", "simpleType" : "DeleteReplicationGroupRequest", "variableSetterType" : "DeleteReplicationGroupRequest" }, "methodName" : "deleteReplicationGroup", "operationName" : "DeleteReplicationGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteReplicationGroupResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "DeleteReplicationGroupResponse" }, "DeleteSnapshot" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

This operation is valid for Redis only.

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

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidSnapshotStateException", "documentation" : "

The current state of the snapshot does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSnapshotRequest", "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "documentation" : "

Represents the input of a DeleteSnapshot operation.

", "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "methodName" : "deleteSnapshot", "operationName" : "DeleteSnapshot", "paginated" : false, "returnType" : { "returnType" : "DeleteSnapshotResponse", "documentation" : "

Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.

" }, "syncReturnType" : "DeleteSnapshotResponse" }, "DescribeCacheClusters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.

By default, abbreviated information about the clusters is returned. You can use the optional ShowCacheNodeInfo flag to retrieve detailed information about the cache nodes associated with the clusters. These details include the DNS address and port for the cache node endpoint.

If the cluster is in the creating state, only cluster-level information is displayed until all of the nodes are successfully provisioned.

If the cluster is in the deleting state, only cluster-level information is displayed.

If cache nodes are currently being added to the cluster, node endpoint information and creation time for the additional nodes are not displayed until they are completely provisioned. When the cluster state is available, the cluster is ready for use.

If cache nodes are currently being removed from the cluster, no endpoint information for the removed nodes is displayed.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheClustersRequest", "variableName" : "describeCacheClustersRequest", "variableType" : "DescribeCacheClustersRequest", "documentation" : "

Represents the input of a DescribeCacheClusters operation.

", "simpleType" : "DescribeCacheClustersRequest", "variableSetterType" : "DescribeCacheClustersRequest" }, "methodName" : "describeCacheClusters", "operationName" : "DescribeCacheClusters", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheClustersResponse", "documentation" : "

Represents the output of a DescribeCacheClusters operation.

" }, "syncReturnType" : "DescribeCacheClustersResponse" }, "DescribeCacheEngineVersions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of the available cache engines and their versions.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheEngineVersionsRequest", "variableName" : "describeCacheEngineVersionsRequest", "variableType" : "DescribeCacheEngineVersionsRequest", "documentation" : "

Represents the input of a DescribeCacheEngineVersions operation.

", "simpleType" : "DescribeCacheEngineVersionsRequest", "variableSetterType" : "DescribeCacheEngineVersionsRequest" }, "methodName" : "describeCacheEngineVersions", "operationName" : "DescribeCacheEngineVersions", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheEngineVersionsResponse", "documentation" : "

Represents the output of a DescribeCacheEngineVersions operation.

" }, "syncReturnType" : "DescribeCacheEngineVersionsResponse" }, "DescribeCacheParameterGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.

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

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheParameterGroupsRequest", "variableName" : "describeCacheParameterGroupsRequest", "variableType" : "DescribeCacheParameterGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheParameterGroups operation.

", "simpleType" : "DescribeCacheParameterGroupsRequest", "variableSetterType" : "DescribeCacheParameterGroupsRequest" }, "methodName" : "describeCacheParameterGroups", "operationName" : "DescribeCacheParameterGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheParameterGroupsResponse", "documentation" : "

Represents the output of a DescribeCacheParameterGroups operation.

" }, "syncReturnType" : "DescribeCacheParameterGroupsResponse" }, "DescribeCacheParameters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the detailed parameter list for a particular cache parameter group.

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

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheParametersRequest", "variableName" : "describeCacheParametersRequest", "variableType" : "DescribeCacheParametersRequest", "documentation" : "

Represents the input of a DescribeCacheParameters operation.

", "simpleType" : "DescribeCacheParametersRequest", "variableSetterType" : "DescribeCacheParametersRequest" }, "methodName" : "describeCacheParameters", "operationName" : "DescribeCacheParameters", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheParametersResponse", "documentation" : "

Represents the output of a DescribeCacheParameters operation.

" }, "syncReturnType" : "DescribeCacheParametersResponse" }, "DescribeCacheSecurityGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup

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

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheSecurityGroupsRequest", "variableName" : "describeCacheSecurityGroupsRequest", "variableType" : "DescribeCacheSecurityGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheSecurityGroups operation.

", "simpleType" : "DescribeCacheSecurityGroupsRequest", "variableSetterType" : "DescribeCacheSecurityGroupsRequest" }, "methodName" : "describeCacheSecurityGroups", "operationName" : "DescribeCacheSecurityGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheSecurityGroupsResponse", "documentation" : "

Represents the output of a DescribeCacheSecurityGroups operation.

" }, "syncReturnType" : "DescribeCacheSecurityGroupsResponse" }, "DescribeCacheSubnetGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.

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

The requested cache subnet group name does not refer to an existing cache subnet group.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCacheSubnetGroupsRequest", "variableName" : "describeCacheSubnetGroupsRequest", "variableType" : "DescribeCacheSubnetGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheSubnetGroups operation.

", "simpleType" : "DescribeCacheSubnetGroupsRequest", "variableSetterType" : "DescribeCacheSubnetGroupsRequest" }, "methodName" : "describeCacheSubnetGroups", "operationName" : "DescribeCacheSubnetGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeCacheSubnetGroupsResponse", "documentation" : "

Represents the output of a DescribeCacheSubnetGroups operation.

" }, "syncReturnType" : "DescribeCacheSubnetGroupsResponse" }, "DescribeEngineDefaultParameters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the default engine and system parameter information for the specified cache engine.

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

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "variableName" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "documentation" : "

Represents the input of a DescribeEngineDefaultParameters operation.

", "simpleType" : "DescribeEngineDefaultParametersRequest", "variableSetterType" : "DescribeEngineDefaultParametersRequest" }, "methodName" : "describeEngineDefaultParameters", "operationName" : "DescribeEngineDefaultParameters", "paginated" : true, "returnType" : { "returnType" : "DescribeEngineDefaultParametersResponse", "documentation" : "

Represents the output of a DescribeEngineDefaultParameters operation.

" }, "syncReturnType" : "DescribeEngineDefaultParametersResponse" }, "DescribeEvents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns events related to clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

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

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEventsRequest", "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "documentation" : "

Represents the input of a DescribeEvents operation.

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

Represents the output of a DescribeEvents operation.

" }, "syncReturnType" : "DescribeEventsResponse" }, "DescribeReplicationGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

This operation is valid for Redis only.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReplicationGroupsRequest", "variableName" : "describeReplicationGroupsRequest", "variableType" : "DescribeReplicationGroupsRequest", "documentation" : "

Represents the input of a DescribeReplicationGroups operation.

", "simpleType" : "DescribeReplicationGroupsRequest", "variableSetterType" : "DescribeReplicationGroupsRequest" }, "methodName" : "describeReplicationGroups", "operationName" : "DescribeReplicationGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeReplicationGroupsResponse", "documentation" : "

Represents the output of a DescribeReplicationGroups operation.

" }, "syncReturnType" : "DescribeReplicationGroupsResponse" }, "DescribeReservedCacheNodes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about reserved cache nodes for this account, or about a specified reserved cache node.

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

The requested reserved cache node was not found.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReservedCacheNodesRequest", "variableName" : "describeReservedCacheNodesRequest", "variableType" : "DescribeReservedCacheNodesRequest", "documentation" : "

Represents the input of a DescribeReservedCacheNodes operation.

", "simpleType" : "DescribeReservedCacheNodesRequest", "variableSetterType" : "DescribeReservedCacheNodesRequest" }, "methodName" : "describeReservedCacheNodes", "operationName" : "DescribeReservedCacheNodes", "paginated" : true, "returnType" : { "returnType" : "DescribeReservedCacheNodesResponse", "documentation" : "

Represents the output of a DescribeReservedCacheNodes operation.

" }, "syncReturnType" : "DescribeReservedCacheNodesResponse" }, "DescribeReservedCacheNodesOfferings" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists available reserved cache node offerings.

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

The requested cache node offering does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsRequest", "variableName" : "describeReservedCacheNodesOfferingsRequest", "variableType" : "DescribeReservedCacheNodesOfferingsRequest", "documentation" : "

Represents the input of a DescribeReservedCacheNodesOfferings operation.

", "simpleType" : "DescribeReservedCacheNodesOfferingsRequest", "variableSetterType" : "DescribeReservedCacheNodesOfferingsRequest" }, "methodName" : "describeReservedCacheNodesOfferings", "operationName" : "DescribeReservedCacheNodesOfferings", "paginated" : true, "returnType" : { "returnType" : "DescribeReservedCacheNodesOfferingsResponse", "documentation" : "

Represents the output of a DescribeReservedCacheNodesOfferings operation.

" }, "syncReturnType" : "DescribeReservedCacheNodesOfferingsResponse" }, "DescribeServiceUpdates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns details of the service updates

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

The service update doesn't exist

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeServiceUpdatesRequest", "variableName" : "describeServiceUpdatesRequest", "variableType" : "DescribeServiceUpdatesRequest", "documentation" : "", "simpleType" : "DescribeServiceUpdatesRequest", "variableSetterType" : "DescribeServiceUpdatesRequest" }, "methodName" : "describeServiceUpdates", "operationName" : "DescribeServiceUpdates", "paginated" : true, "returnType" : { "returnType" : "DescribeServiceUpdatesResponse", "documentation" : null }, "syncReturnType" : "DescribeServiceUpdatesResponse" }, "DescribeSnapshots" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

This operation is valid for Redis only.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSnapshotsRequest", "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "documentation" : "

Represents the input of a DescribeSnapshotsMessage operation.

", "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "methodName" : "describeSnapshots", "operationName" : "DescribeSnapshots", "paginated" : true, "returnType" : { "returnType" : "DescribeSnapshotsResponse", "documentation" : "

Represents the output of a DescribeSnapshots operation.

" }, "syncReturnType" : "DescribeSnapshotsResponse" }, "DescribeUpdateActions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns details of the update actions

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

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeUpdateActionsRequest", "variableName" : "describeUpdateActionsRequest", "variableType" : "DescribeUpdateActionsRequest", "documentation" : "", "simpleType" : "DescribeUpdateActionsRequest", "variableSetterType" : "DescribeUpdateActionsRequest" }, "methodName" : "describeUpdateActions", "operationName" : "DescribeUpdateActions", "paginated" : true, "returnType" : { "returnType" : "DescribeUpdateActionsResponse", "documentation" : null }, "syncReturnType" : "DescribeUpdateActionsResponse" }, "IncreaseReplicaCount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Dynamically increases the number of replics in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of clusters per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 15

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoOperationException", "documentation" : "

The operation was not performed because no changes were required.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "IncreaseReplicaCountRequest", "variableName" : "increaseReplicaCountRequest", "variableType" : "IncreaseReplicaCountRequest", "documentation" : "", "simpleType" : "IncreaseReplicaCountRequest", "variableSetterType" : "IncreaseReplicaCountRequest" }, "methodName" : "increaseReplicaCount", "operationName" : "IncreaseReplicaCount", "paginated" : false, "returnType" : { "returnType" : "IncreaseReplicaCountResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "IncreaseReplicaCountResponse" }, "ListAllowedNodeTypeModifications" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.

When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale up your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAllowedNodeTypeModificationsRequest", "variableName" : "listAllowedNodeTypeModificationsRequest", "variableType" : "ListAllowedNodeTypeModificationsRequest", "documentation" : "

The input parameters for the ListAllowedNodeTypeModifications operation.

", "simpleType" : "ListAllowedNodeTypeModificationsRequest", "variableSetterType" : "ListAllowedNodeTypeModificationsRequest" }, "methodName" : "listAllowedNodeTypeModifications", "operationName" : "ListAllowedNodeTypeModifications", "paginated" : false, "returnType" : { "returnType" : "ListAllowedNodeTypeModificationsResponse", "documentation" : "

Represents the allowed node types you can use to modify your cluster or replication group.

" }, "syncReturnType" : "ListAllowedNodeTypeModificationsResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.

If the cluster is not in the available state, ListTagsForResource returns an error.

You can have a maximum of 50 cost allocation tags on an ElastiCache resource. For more information, see Monitoring Costs with Tags.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

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

The input parameters for the ListTagsForResource operation.

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

Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

" }, "syncReturnType" : "ListTagsForResourceResponse" }, "ModifyCacheCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.

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

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyCacheClusterRequest", "variableName" : "modifyCacheClusterRequest", "variableType" : "ModifyCacheClusterRequest", "documentation" : "

Represents the input of a ModifyCacheCluster operation.

", "simpleType" : "ModifyCacheClusterRequest", "variableSetterType" : "ModifyCacheClusterRequest" }, "methodName" : "modifyCacheCluster", "operationName" : "ModifyCacheCluster", "paginated" : false, "returnType" : { "returnType" : "ModifyCacheClusterResponse", "documentation" : "

Contains all of the attributes of a specific cluster.

" }, "syncReturnType" : "ModifyCacheClusterResponse" }, "ModifyCacheParameterGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

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

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyCacheParameterGroupRequest", "variableName" : "modifyCacheParameterGroupRequest", "variableType" : "ModifyCacheParameterGroupRequest", "documentation" : "

Represents the input of a ModifyCacheParameterGroup operation.

", "simpleType" : "ModifyCacheParameterGroupRequest", "variableSetterType" : "ModifyCacheParameterGroupRequest" }, "methodName" : "modifyCacheParameterGroup", "operationName" : "ModifyCacheParameterGroup", "paginated" : false, "returnType" : { "returnType" : "ModifyCacheParameterGroupResponse", "documentation" : "

Represents the output of one of the following operations:

  • ModifyCacheParameterGroup

  • ResetCacheParameterGroup

" }, "syncReturnType" : "ModifyCacheParameterGroupResponse" }, "ModifyCacheSubnetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies an existing cache subnet group.

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

The requested cache subnet group name does not refer to an existing cache subnet group.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSubnetQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

", "httpStatusCode" : 400 }, { "exceptionName" : "SubnetInUseException", "documentation" : "

The requested subnet is being used by another cache subnet group.

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

An invalid subnet identifier was specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyCacheSubnetGroupRequest", "variableName" : "modifyCacheSubnetGroupRequest", "variableType" : "ModifyCacheSubnetGroupRequest", "documentation" : "

Represents the input of a ModifyCacheSubnetGroup operation.

", "simpleType" : "ModifyCacheSubnetGroupRequest", "variableSetterType" : "ModifyCacheSubnetGroupRequest" }, "methodName" : "modifyCacheSubnetGroup", "operationName" : "ModifyCacheSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "ModifyCacheSubnetGroupResponse", "documentation" : "

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

" }, "syncReturnType" : "ModifyCacheSubnetGroupResponse" }, "ModifyReplicationGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the settings for a replication group.

For Redis (cluster mode enabled) clusters, this operation cannot be used to change a cluster's node type or engine version. For more information, see:

This operation is valid for Redis only.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyReplicationGroupRequest", "variableName" : "modifyReplicationGroupRequest", "variableType" : "ModifyReplicationGroupRequest", "documentation" : "

Represents the input of a ModifyReplicationGroups operation.

", "simpleType" : "ModifyReplicationGroupRequest", "variableSetterType" : "ModifyReplicationGroupRequest" }, "methodName" : "modifyReplicationGroup", "operationName" : "ModifyReplicationGroup", "paginated" : false, "returnType" : { "returnType" : "ModifyReplicationGroupResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "ModifyReplicationGroupResponse" }, "ModifyReplicationGroupShardConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance the keyspaces among exisiting shards.

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

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidVpcNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeGroupsPerReplicationGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 15

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyReplicationGroupShardConfigurationRequest", "variableName" : "modifyReplicationGroupShardConfigurationRequest", "variableType" : "ModifyReplicationGroupShardConfigurationRequest", "documentation" : "

Represents the input for a ModifyReplicationGroupShardConfiguration operation.

", "simpleType" : "ModifyReplicationGroupShardConfigurationRequest", "variableSetterType" : "ModifyReplicationGroupShardConfigurationRequest" }, "methodName" : "modifyReplicationGroupShardConfiguration", "operationName" : "ModifyReplicationGroupShardConfiguration", "paginated" : false, "returnType" : { "returnType" : "ModifyReplicationGroupShardConfigurationResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "ModifyReplicationGroupShardConfigurationResponse" }, "PurchaseReservedCacheNodesOffering" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Allows you to purchase a reserved cache node offering.

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

The requested cache node offering does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "ReservedCacheNodeAlreadyExistsException", "documentation" : "

You already have a reservation with the given identifier.

", "httpStatusCode" : 404 }, { "exceptionName" : "ReservedCacheNodeQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the user's cache node quota.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PurchaseReservedCacheNodesOfferingRequest", "variableName" : "purchaseReservedCacheNodesOfferingRequest", "variableType" : "PurchaseReservedCacheNodesOfferingRequest", "documentation" : "

Represents the input of a PurchaseReservedCacheNodesOffering operation.

", "simpleType" : "PurchaseReservedCacheNodesOfferingRequest", "variableSetterType" : "PurchaseReservedCacheNodesOfferingRequest" }, "methodName" : "purchaseReservedCacheNodesOffering", "operationName" : "PurchaseReservedCacheNodesOffering", "paginated" : false, "returnType" : { "returnType" : "PurchaseReservedCacheNodesOfferingResponse", "documentation" : "

Represents the output of a PurchaseReservedCacheNodesOffering operation.

" }, "syncReturnType" : "PurchaseReservedCacheNodesOfferingResponse" }, "RebootCacheCluster" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache node being rebooted) to be lost.

When the reboot is complete, a cluster event is created.

Rebooting a cluster is currently supported on Memcached and Redis (cluster mode disabled) clusters. Rebooting is not supported on Redis (cluster mode enabled) clusters.

If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.

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

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RebootCacheClusterRequest", "variableName" : "rebootCacheClusterRequest", "variableType" : "RebootCacheClusterRequest", "documentation" : "

Represents the input of a RebootCacheCluster operation.

", "simpleType" : "RebootCacheClusterRequest", "variableSetterType" : "RebootCacheClusterRequest" }, "methodName" : "rebootCacheCluster", "operationName" : "RebootCacheCluster", "paginated" : false, "returnType" : { "returnType" : "RebootCacheClusterResponse", "documentation" : "

Contains all of the attributes of a specific cluster.

" }, "syncReturnType" : "RebootCacheClusterResponse" }, "RemoveTagsFromResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the tags identified by the TagKeys list from the named resource.

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

The requested cluster ID does not refer to an existing cluster.

", "httpStatusCode" : 404 }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : 400 }, { "exceptionName" : "TagNotFoundException", "documentation" : "

The requested tag was not found on this resource.

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

Represents the input of a RemoveTagsFromResource operation.

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

Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

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

Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

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

The current state of the cache parameter group does not allow the requested operation to occur.

", "httpStatusCode" : 400 }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ResetCacheParameterGroupRequest", "variableName" : "resetCacheParameterGroupRequest", "variableType" : "ResetCacheParameterGroupRequest", "documentation" : "

Represents the input of a ResetCacheParameterGroup operation.

", "simpleType" : "ResetCacheParameterGroupRequest", "variableSetterType" : "ResetCacheParameterGroupRequest" }, "methodName" : "resetCacheParameterGroup", "operationName" : "ResetCacheParameterGroup", "paginated" : false, "returnType" : { "returnType" : "ResetCacheParameterGroupResponse", "documentation" : "

Represents the output of one of the following operations:

  • ModifyCacheParameterGroup

  • ResetCacheParameterGroup

" }, "syncReturnType" : "ResetCacheParameterGroupResponse" }, "RevokeCacheSecurityGroupIngress" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.

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

The requested cache security group name does not refer to an existing cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "AuthorizationNotFoundException", "documentation" : "

The specified Amazon EC2 security group is not authorized for the specified cache security group.

", "httpStatusCode" : 404 }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RevokeCacheSecurityGroupIngressRequest", "variableName" : "revokeCacheSecurityGroupIngressRequest", "variableType" : "RevokeCacheSecurityGroupIngressRequest", "documentation" : "

Represents the input of a RevokeCacheSecurityGroupIngress operation.

", "simpleType" : "RevokeCacheSecurityGroupIngressRequest", "variableSetterType" : "RevokeCacheSecurityGroupIngressRequest" }, "methodName" : "revokeCacheSecurityGroupIngress", "operationName" : "RevokeCacheSecurityGroupIngress", "paginated" : false, "returnType" : { "returnType" : "RevokeCacheSecurityGroupIngressResponse", "documentation" : "

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "syncReturnType" : "RevokeCacheSecurityGroupIngressResponse" }, "TestFailover" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Represents the input of a TestFailover operation which test automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).

Note the following

  • A customer can use this operation to test automatic failover on up to 5 shards (called node groups in the ElastiCache API and AWS CLI) in any rolling 24-hour period.

  • If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently.

  • If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made.

  • To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the AWS CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance:

    1. Replication group message: Test Failover API called for node group <node-group-id>

    2. Cache cluster message: Failover from master node <primary-node-id> to replica node <node-id> completed

    3. Replication group message: Failover from master node <primary-node-id> to replica node <node-id> completed

    4. Cache cluster message: Recovering cache nodes <node-id>

    5. Cache cluster message: Finished recovery for cache nodes <node-id>

    For more information see:

Also see, Testing Multi-AZ with Automatic Failover in the ElastiCache User Guide.

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

The customer has exceeded the allowed rate of API calls.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cluster is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

", "httpStatusCode" : 400 }, { "exceptionName" : "NodeGroupNotFoundException", "documentation" : "

The node group specified by the NodeGroupId parameter could not be found. Please verify that the node group exists and that you spelled the NodeGroupId value correctly.

", "httpStatusCode" : 404 }, { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

", "httpStatusCode" : 404 }, { "exceptionName" : "TestFailoverNotAvailableException", "documentation" : "

The TestFailover action is not available.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestFailoverRequest", "variableName" : "testFailoverRequest", "variableType" : "TestFailoverRequest", "documentation" : "", "simpleType" : "TestFailoverRequest", "variableSetterType" : "TestFailoverRequest" }, "methodName" : "testFailover", "operationName" : "TestFailover", "paginated" : false, "returnType" : { "returnType" : "TestFailoverResponse", "documentation" : "

Contains all of the attributes of a specific Redis replication group.

" }, "syncReturnType" : "TestFailoverResponse" } }, "shapes" : { "AZMode" : { "c2jName" : "AZMode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SINGLE_AZ", "value" : "single-az" }, { "name" : "CROSS_AZ", "value" : "cross-az" } ], "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" : "AZMode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AZMode", "variableName" : "azMode", "variableType" : "AZMode", "documentation" : null, "simpleType" : "AZMode", "variableSetterType" : "AZMode" }, "wrapper" : false }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the input of an AddTagsToResource operation.

", "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" : "AddTagsToResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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 #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n

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

\n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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 #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n

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

\n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. ElastiCache resources are cluster and snapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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 #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

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

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n

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

\n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

\n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.", "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" : "

A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

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

Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

", "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 cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

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

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

A list of cost allocation tags as key-value pairs.

\n

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

\n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

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

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

A list of cost allocation tags as key-value pairs.

\n

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

\n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

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

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

A list of cost allocation tags as key-value pairs.

\n

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

\n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "AddTagsToResourceResult" }, "variable" : { "variableDeclarationType" : "AddTagsToResourceResponse", "variableName" : "addTagsToResourceResponse", "variableType" : "AddTagsToResourceResponse", "documentation" : null, "simpleType" : "AddTagsToResourceResponse", "variableSetterType" : "AddTagsToResourceResponse" }, "wrapper" : false }, "ApiCallRateForCustomerExceededException" : { "c2jName" : "APICallRateForCustomerExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The customer has exceeded the allowed rate of API calls.

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

The specified Amazon EC2 security group is already authorized for the specified cache security group.

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

The specified Amazon EC2 security group is not authorized for the specified cache security group.

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

Represents the input of an AuthorizeCacheSecurityGroupIngress operation.

", "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" : "AuthorizeCacheSecurityGroupIngress", "locationName" : null, "requestUri" : "/", "target" : "AuthorizeCacheSecurityGroupIngress", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

The cache security group that allows network ingress.

\n@return The cache security group that allows network ingress.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

The cache security group that allows network ingress.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

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

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@return The Amazon EC2 security group to be authorized for ingress to the cache 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

The cache security group that allows network ingress.

\n@return The cache security group that allows network ingress.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

The cache security group that allows network ingress.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroupName" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

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

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@return The Amazon EC2 security group to be authorized for ingress to the cache 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroupOwnerId" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

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

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

The cache security group that allows network ingress.

\n@return The cache security group that allows network ingress.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The cache security group that allows network ingress.

\n@param cacheSecurityGroupName The cache security group that allows network ingress.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

The cache security group that allows network ingress.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

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

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@return The Amazon EC2 security group to be authorized for ingress to the cache 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

\n@param ec2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

The Amazon EC2 security group to be authorized for ingress to the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

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

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ], "shapeName" : "AuthorizeCacheSecurityGroupIngressRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableName" : "authorizeCacheSecurityGroupIngressRequest", "variableType" : "AuthorizeCacheSecurityGroupIngressRequest", "documentation" : null, "simpleType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest" }, "wrapper" : false }, "AuthorizeCacheSecurityGroupIngressResponse" : { "c2jName" : "AuthorizeCacheSecurityGroupIngressResult", "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" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroup" : { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthorizeCacheSecurityGroupIngressResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "AuthorizeCacheSecurityGroupIngressResult" }, "variable" : { "variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressResponse", "variableName" : "authorizeCacheSecurityGroupIngressResponse", "variableType" : "AuthorizeCacheSecurityGroupIngressResponse", "documentation" : null, "simpleType" : "AuthorizeCacheSecurityGroupIngressResponse", "variableSetterType" : "AuthorizeCacheSecurityGroupIngressResponse" }, "wrapper" : false }, "AutomaticFailoverStatus" : { "c2jName" : "AutomaticFailoverStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLED", "value" : "enabled" }, { "name" : "DISABLED", "value" : "disabled" }, { "name" : "ENABLING", "value" : "enabling" }, { "name" : "DISABLING", "value" : "disabling" } ], "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" : "AutomaticFailoverStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AutomaticFailoverStatus", "variableName" : "automaticFailoverStatus", "variableType" : "AutomaticFailoverStatus", "documentation" : null, "simpleType" : "AutomaticFailoverStatus", "variableSetterType" : "AutomaticFailoverStatus" }, "wrapper" : false }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes an Availability Zone in which the cluster is launched.

", "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" : true }, "BatchApplyUpdateActionRequest" : { "c2jName" : "BatchApplyUpdateActionMessage", "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" : "BatchApplyUpdateAction", "locationName" : null, "requestUri" : "/", "target" : "BatchApplyUpdateAction", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroupIds" : { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupIds", "ServiceUpdateName" ], "shapeName" : "BatchApplyUpdateActionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchApplyUpdateActionRequest", "variableName" : "batchApplyUpdateActionRequest", "variableType" : "BatchApplyUpdateActionRequest", "documentation" : null, "simpleType" : "BatchApplyUpdateActionRequest", "variableSetterType" : "BatchApplyUpdateActionRequest" }, "wrapper" : false }, "BatchApplyUpdateActionResponse" : { "c2jName" : "UpdateActionResultsMessage", "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" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProcessedUpdateActions" : { "beanStyleGetterMethodName" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "UnprocessedUpdateActions" : { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchApplyUpdateActionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "BatchApplyUpdateActionResult" }, "variable" : { "variableDeclarationType" : "BatchApplyUpdateActionResponse", "variableName" : "batchApplyUpdateActionResponse", "variableType" : "BatchApplyUpdateActionResponse", "documentation" : null, "simpleType" : "BatchApplyUpdateActionResponse", "variableSetterType" : "BatchApplyUpdateActionResponse" }, "wrapper" : false }, "BatchStopUpdateActionRequest" : { "c2jName" : "BatchStopUpdateActionMessage", "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" : "BatchStopUpdateAction", "locationName" : null, "requestUri" : "/", "target" : "BatchStopUpdateAction", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroupIds" : { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

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

The replication group IDs

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

The replication group IDs

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

The replication group IDs

\n

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

\n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

The replication group IDs

\n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

The replication group IDs

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique ID of the service update

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

The unique ID of the service update

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

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

The unique ID of the service update

\n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

The unique ID of the service update

\n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

The unique ID of the service update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupIds", "ServiceUpdateName" ], "shapeName" : "BatchStopUpdateActionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchStopUpdateActionRequest", "variableName" : "batchStopUpdateActionRequest", "variableType" : "BatchStopUpdateActionRequest", "documentation" : null, "simpleType" : "BatchStopUpdateActionRequest", "variableSetterType" : "BatchStopUpdateActionRequest" }, "wrapper" : false }, "BatchStopUpdateActionResponse" : { "c2jName" : "UpdateActionResultsMessage", "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" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProcessedUpdateActions" : { "beanStyleGetterMethodName" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "UnprocessedUpdateActions" : { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getProcessedUpdateActions", "beanStyleSetterMethodName" : "setProcessedUpdateActions", "c2jName" : "ProcessedUpdateActions", "c2jShape" : "ProcessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that have been processed successfully

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

Update actions that have been processed successfully

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

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedUpdateActions", "getterDocumentation" : "

Update actions that have been processed successfully

\n

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

\n@return Update actions that have been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateActions", "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" : "ProcessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ProcessedUpdateAction.Builder} avoiding the need to create one manually via {@link ProcessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProcessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(ProcessedUpdateAction)}.\n@param member a consumer that will call methods on {@link ProcessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ProcessedUpdateAction)", "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" : "ProcessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedUpdateAction", "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" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "member", "variableType" : "ProcessedUpdateAction", "documentation" : "", "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ProcessedUpdateAction", "memberType" : "ProcessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ProcessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProcessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that have been processed successfully

\n@param processedUpdateActions Update actions that have been processed successfully", "setterMethodName" : "setProcessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that have been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUnprocessedUpdateActions", "beanStyleSetterMethodName" : "setUnprocessedUpdateActions", "c2jName" : "UnprocessedUpdateActions", "c2jShape" : "UnprocessedUpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

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

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unprocessedUpdateActions", "getterDocumentation" : "

Update actions that haven't been processed successfully

\n

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

\n@return Update actions that haven't been processed successfully", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateActions", "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" : "UnprocessedUpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UnprocessedUpdateAction.Builder} avoiding the need to create one manually via {@link UnprocessedUpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UnprocessedUpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UnprocessedUpdateAction)}.\n@param member a consumer that will call methods on {@link UnprocessedUpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UnprocessedUpdateAction)", "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" : "UnprocessedUpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnprocessedUpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedUpdateAction", "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" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "member", "variableType" : "UnprocessedUpdateAction", "documentation" : "", "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UnprocessedUpdateAction", "memberType" : "UnprocessedUpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UnprocessedUpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UnprocessedUpdateActions", "sensitive" : false, "setterDocumentation" : "

Update actions that haven't been processed successfully

\n@param unprocessedUpdateActions Update actions that haven't been processed successfully", "setterMethodName" : "setUnprocessedUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "unprocessedUpdateActions", "variableType" : "java.util.List", "documentation" : "

Update actions that haven't been processed successfully

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchStopUpdateActionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "BatchStopUpdateActionResult" }, "variable" : { "variableDeclarationType" : "BatchStopUpdateActionResponse", "variableName" : "batchStopUpdateActionResponse", "variableType" : "BatchStopUpdateActionResponse", "documentation" : null, "simpleType" : "BatchStopUpdateActionResponse", "variableSetterType" : "BatchStopUpdateActionResponse" }, "wrapper" : false }, "CacheCluster" : { "c2jName" : "CacheCluster", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains all of the attributes of a specific cluster.

", "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" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

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

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

\n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

\n@return The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

\n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

\n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

\n@return Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

\n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClientDownloadLandingPage", "beanStyleSetterMethodName" : "setClientDownloadLandingPage", "c2jName" : "ClientDownloadLandingPage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

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

The URL of the web page where you can download the latest ElastiCache client library.

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

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientDownloadLandingPage", "getterDocumentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

\n@return The URL of the web page where you can download the latest ElastiCache client library.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientDownloadLandingPage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientDownloadLandingPage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientDownloadLandingPage", "sensitive" : false, "setterDocumentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.", "setterMethodName" : "setClientDownloadLandingPage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

  • General purpose:

    • Current generation:

      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

    • Previous generation: (not recommended)

      T1 node types: cache.t1.micro

      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

  • Compute optimized:

    • Previous generation: (not recommended)

      C1 node types: cache.c1.xlarge

  • Memory optimized:

    • Current generation:

      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

    • Previous generation: (not recommended)

      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

Additional node type info

  • All current generation instance types are created in Amazon VPC by default.

  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

  • General purpose:

    • Current generation:

      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

    • Previous generation: (not recommended)

      T1 node types: cache.t1.micro

      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

  • Compute optimized:

    • Previous generation: (not recommended)

      C1 node types: cache.c1.xlarge

  • Memory optimized:

    • Current generation:

      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

    • Previous generation: (not recommended)

      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

Additional node type info

  • All current generation instance types are created in Amazon VPC by default.

  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

  • General purpose:

    • Current generation:

      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

    • Previous generation: (not recommended)

      T1 node types: cache.t1.micro

      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

  • Compute optimized:

    • Previous generation: (not recommended)

      C1 node types: cache.c1.xlarge

  • Memory optimized:

    • Current generation:

      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

    • Previous generation: (not recommended)

      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

Additional node type info

  • All current generation instance types are created in Amazon VPC by default.

  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

  • General purpose:

    • Current generation:

      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

    • Previous generation: (not recommended)

      T1 node types: cache.t1.micro

      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

  • Compute optimized:

    • Previous generation: (not recommended)

      C1 node types: cache.c1.xlarge

  • Memory optimized:

    • Current generation:

      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

    • Previous generation: (not recommended)

      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

Additional node type info

  • All current generation instance types are created in Amazon VPC by default.

  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

    The name of the compute and memory capacity node type for the cluster.

    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

    • General purpose:

      • Current generation:

        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

      • Previous generation: (not recommended)

        T1 node types: cache.t1.micro

        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Compute optimized:

      • Previous generation: (not recommended)

        C1 node types: cache.c1.xlarge

    • Memory optimized:

      • Current generation:

        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

      • Previous generation: (not recommended)

        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    Additional node type info

    • All current generation instance types are created in Amazon VPC by default.

    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

    \n@return The name of the compute and memory capacity node type for the cluster.

    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

    • General purpose:

      • Current generation:

        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

      • Previous generation: (not recommended)

        T1 node types: cache.t1.micro

        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Compute optimized:

      • Previous generation: (not recommended)

        C1 node types: cache.c1.xlarge

    • Memory optimized:

      • Current generation:

        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

      • Previous generation: (not recommended)

        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    Additional node type info

    • All current generation instance types are created in Amazon VPC by default.

    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

      The name of the compute and memory capacity node type for the cluster.

      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

      • General purpose:

        • Current generation:

          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

        • Previous generation: (not recommended)

          T1 node types: cache.t1.micro

          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

      • Compute optimized:

        • Previous generation: (not recommended)

          C1 node types: cache.c1.xlarge

      • Memory optimized:

        • Current generation:

          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

        • Previous generation: (not recommended)

          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

      Additional node type info

      • All current generation instance types are created in Amazon VPC by default.

      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

      \n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

      • General purpose:

        • Current generation:

          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

        • Previous generation: (not recommended)

          T1 node types: cache.t1.micro

          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

      • Compute optimized:

        • Previous generation: (not recommended)

          C1 node types: cache.c1.xlarge

      • Memory optimized:

        • Current generation:

          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

        • Previous generation: (not recommended)

          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

      Additional node type info

      • All current generation instance types are created in Amazon VPC by default.

      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

        The name of the compute and memory capacity node type for the cluster.

        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

        • General purpose:

          • Current generation:

            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

          • Previous generation: (not recommended)

            T1 node types: cache.t1.micro

            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

        • Compute optimized:

          • Previous generation: (not recommended)

            C1 node types: cache.c1.xlarge

        • Memory optimized:

          • Current generation:

            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

          • Previous generation: (not recommended)

            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

        Additional node type info

        • All current generation instance types are created in Amazon VPC by default.

        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The name of the cache engine (memcached or redis) to be used for this 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

        The name of the cache engine (memcached or redis) to be used for this cluster.

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

        The name of the cache engine (memcached or redis) to be used for this cluster.

        \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

        The name of the cache engine (memcached or redis) to be used for this cluster.

        \n@return The name of the cache engine (memcached or redis) to be used for this 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

        The name of the cache engine (memcached or redis) to be used for this cluster.

        \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

        The name of the cache engine (memcached or redis) to be used for this cluster.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The version of the cache engine that is used in this 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 #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 cache engine that is used in this cluster.

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

        The version of the cache engine that is used in this cluster.

        \n@param engineVersion The version of the cache engine that is used in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

        The version of the cache engine that is used in this cluster.

        \n@return The version of the cache engine that is used in this 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" : "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 cache engine that is used in this cluster.

        \n@param engineVersion The version of the cache engine that is used in this cluster.", "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 cache engine that is used in this cluster.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterStatus", "beanStyleSetterMethodName" : "setCacheClusterStatus", "c2jName" : "CacheClusterStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterStatus", "getterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@return The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterStatus", "sensitive" : false, "setterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "setterMethodName" : "setCacheClusterStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

        \n@param numCacheNodes The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

        \n@return The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

        \n@param numCacheNodes The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

        The number of cache nodes in the cluster.

        For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

        \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

        \n@return The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

        \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

        The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

        The date and time when the cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

        The date and time when the cluster was created.

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

        The date and time when the cluster was created.

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

        The date and time when the cluster was created.

        \n@return The date and time when the cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

        The date and time when the cluster was created.

        \n@param cacheClusterCreateTime The date and time when the cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

        The date and time when the cluster was created.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

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

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

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

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

        \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

        \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

        \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30", "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" : "

        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

        Valid values for ddd are:

        • sun

        • mon

        • tue

        • wed

        • thu

        • fri

        • sat

        Example: sun:23:00-mon:01:30

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingModifiedValues.Builder} avoiding the need to create one manually via {@link PendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(PendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link PendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(PendingModifiedValues)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "Returns the value of the PendingModifiedValues property for this object.\n@return The value of the PendingModifiedValues property for this object.", "getterModel" : { "returnType" : "PendingModifiedValues", "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" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : null, "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

        \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationConfiguration", "getterDocumentation" : "

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

        \n@return Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationConfiguration", "sensitive" : false, "setterDocumentation" : "

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

        \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "setterMethodName" : "setNotificationConfiguration", "setterModel" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : "

        Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

        ", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

        A list of cache security group elements, composed of name and status sub-elements.

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

        A list of cache security group elements, composed of name and status sub-elements.

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

        A list of cache security group elements, composed of name and status sub-elements.

        \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

        A list of cache security group elements, composed of name and status sub-elements.

        \n

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

        \n@return A list of cache security group elements, composed of name and status sub-elements.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link CacheSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroupMembership)", "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" : "CacheSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : null, "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

        A list of cache security group elements, composed of name and status sub-elements.

        \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

        A list of cache security group elements, composed of name and status sub-elements.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

        Status of the cache parameter group.

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

        Status of the cache parameter group.

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

        Status of the cache parameter group.

        \n@param cacheParameterGroup Status of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "

        Status of the cache parameter group.

        \n@return Status of the cache parameter group.", "getterModel" : { "returnType" : "CacheParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "

        Status of the cache parameter group.

        \n@param cacheParameterGroup Status of the cache parameter group.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : null, "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : "

        Status of the cache parameter group.

        ", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The name of the cache subnet group associated with the 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

        The name of the cache subnet group associated with the cluster.

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

        The name of the cache subnet group associated with the cluster.

        \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

        The name of the cache subnet group associated with the cluster.

        \n@return The name of the cache subnet group associated with the 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

        The name of the cache subnet group associated with the cluster.

        \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

        The name of the cache subnet group associated with the cluster.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodes", "beanStyleSetterMethodName" : "setCacheNodes", "c2jName" : "CacheNodes", "c2jShape" : "CacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

        A list of cache nodes that are members of the cluster.

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

        A list of cache nodes that are members of the cluster.

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

        A list of cache nodes that are members of the cluster.

        \n@param cacheNodes A list of cache nodes that are members of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodes", "getterDocumentation" : "

        A list of cache nodes that are members of the cluster.

        \n

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

        \n@return A list of cache nodes that are members of the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodes", "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" : "CacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNode.Builder} avoiding the need to create one manually via {@link CacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNode)}.\n@param member a consumer that will call methods on {@link CacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNode)", "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" : "CacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNode", "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" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : null, "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNode", "memberType" : "CacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodes", "sensitive" : false, "setterDocumentation" : "

        A list of cache nodes that are members of the cluster.

        \n@param cacheNodes A list of cache nodes that are members of the cluster.", "setterMethodName" : "setCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : "

        A list of cache nodes that are members of the cluster.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

        This parameter is currently disabled.

        \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" : "

        This parameter is currently disabled.

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

        This parameter is currently disabled.

        \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

        This parameter is currently disabled.

        \n@return This parameter is currently disabled.", "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" : "

        This parameter is currently disabled.

        \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

        This parameter is currently disabled.

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

        A list of VPC Security Groups associated with the cluster.

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

        A list of VPC Security Groups associated with the cluster.

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

        A list of VPC Security Groups associated with the cluster.

        \n@param securityGroups A list of VPC Security Groups associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

        A list of VPC Security Groups associated with the cluster.

        \n

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

        \n@return A list of VPC Security Groups associated with the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "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" : "SecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)", "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" : "SecurityGroupMembership", "documentation" : 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" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : null, "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

        A list of VPC Security Groups associated with the cluster.

        \n@param securityGroups A list of VPC Security Groups associated with the cluster.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

        A list of VPC Security Groups associated with the cluster.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

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

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

        \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

        \n@return The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

        \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

        The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

        \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

        \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

        \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

        ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

        The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

        If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

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

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

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

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

        \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

        \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

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

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

        \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

        Example: 05:00-09:00

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

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

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@return A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

        A flag that enables in-transit encryption when set to true.

        You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@return A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AtRestEncryptionEnabled" : { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@return A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

        A flag that enables encryption at-rest when set to true.

        You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

        Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

        Default: false

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AuthTokenEnabled" : { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

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

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

        A flag that enables using an AuthToken (password) when issuing Redis commands.

        Default: false

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

        This parameter is currently disabled.

        \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" : "

        This parameter is currently disabled.

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

        This parameter is currently disabled.

        \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

        This parameter is currently disabled.

        \n@return This parameter is currently disabled.", "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" : "

        This parameter is currently disabled.

        \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

        This parameter is currently disabled.

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CacheClusterCreateTime" : { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

        The date and time when the cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

        The date and time when the cluster was created.

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

        The date and time when the cluster was created.

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

        The date and time when the cluster was created.

        \n@return The date and time when the cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

        The date and time when the cluster was created.

        \n@param cacheClusterCreateTime The date and time when the cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

        The date and time when the cluster was created.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

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

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

        \n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

        \n@return The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

        \n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

        The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheClusterStatus" : { "beanStyleGetterMethodName" : "getCacheClusterStatus", "beanStyleSetterMethodName" : "setCacheClusterStatus", "c2jName" : "CacheClusterStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterStatus", "getterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@return The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterStatus", "sensitive" : false, "setterDocumentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "setterMethodName" : "setCacheClusterStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : "

        The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The name of the compute and memory capacity node type for the cluster.

        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

        • General purpose:

          • Current generation:

            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

          • Previous generation: (not recommended)

            T1 node types: cache.t1.micro

            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

        • Compute optimized:

          • Previous generation: (not recommended)

            C1 node types: cache.c1.xlarge

        • Memory optimized:

          • Current generation:

            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

          • Previous generation: (not recommended)

            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

        Additional node type info

        • All current generation instance types are created in Amazon VPC by default.

        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

        The name of the compute and memory capacity node type for the cluster.

        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

        • General purpose:

          • Current generation:

            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

          • Previous generation: (not recommended)

            T1 node types: cache.t1.micro

            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

        • Compute optimized:

          • Previous generation: (not recommended)

            C1 node types: cache.c1.xlarge

        • Memory optimized:

          • Current generation:

            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

          • Previous generation: (not recommended)

            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

        Additional node type info

        • All current generation instance types are created in Amazon VPC by default.

        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

        The name of the compute and memory capacity node type for the cluster.

        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

        • General purpose:

          • Current generation:

            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

          • Previous generation: (not recommended)

            T1 node types: cache.t1.micro

            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

        • Compute optimized:

          • Previous generation: (not recommended)

            C1 node types: cache.c1.xlarge

        • Memory optimized:

          • Current generation:

            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

          • Previous generation: (not recommended)

            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

        Additional node type info

        • All current generation instance types are created in Amazon VPC by default.

        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

        \n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

        • General purpose:

          • Current generation:

            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

          • Previous generation: (not recommended)

            T1 node types: cache.t1.micro

            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

        • Compute optimized:

          • Previous generation: (not recommended)

            C1 node types: cache.c1.xlarge

        • Memory optimized:

          • Current generation:

            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

          • Previous generation: (not recommended)

            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

        Additional node type info

        • All current generation instance types are created in Amazon VPC by default.

        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

          The name of the compute and memory capacity node type for the cluster.

          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

          • General purpose:

            • Current generation:

              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

            • Previous generation: (not recommended)

              T1 node types: cache.t1.micro

              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

          • Compute optimized:

            • Previous generation: (not recommended)

              C1 node types: cache.c1.xlarge

          • Memory optimized:

            • Current generation:

              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

            • Previous generation: (not recommended)

              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

          Additional node type info

          • All current generation instance types are created in Amazon VPC by default.

          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

          \n@return The name of the compute and memory capacity node type for the cluster.

          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

          • General purpose:

            • Current generation:

              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

            • Previous generation: (not recommended)

              T1 node types: cache.t1.micro

              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

          • Compute optimized:

            • Previous generation: (not recommended)

              C1 node types: cache.c1.xlarge

          • Memory optimized:

            • Current generation:

              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

            • Previous generation: (not recommended)

              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

          Additional node type info

          • All current generation instance types are created in Amazon VPC by default.

          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

            The name of the compute and memory capacity node type for the cluster.

            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

            • General purpose:

              • Current generation:

                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

              • Previous generation: (not recommended)

                T1 node types: cache.t1.micro

                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

            • Compute optimized:

              • Previous generation: (not recommended)

                C1 node types: cache.c1.xlarge

            • Memory optimized:

              • Current generation:

                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

              • Previous generation: (not recommended)

                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

            Additional node type info

            • All current generation instance types are created in Amazon VPC by default.

            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

            \n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

            • General purpose:

              • Current generation:

                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

              • Previous generation: (not recommended)

                T1 node types: cache.t1.micro

                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

            • Compute optimized:

              • Previous generation: (not recommended)

                C1 node types: cache.c1.xlarge

            • Memory optimized:

              • Current generation:

                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

              • Previous generation: (not recommended)

                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

            Additional node type info

            • All current generation instance types are created in Amazon VPC by default.

            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

              The name of the compute and memory capacity node type for the cluster.

              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

              • General purpose:

                • Current generation:

                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                • Previous generation: (not recommended)

                  T1 node types: cache.t1.micro

                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

              • Compute optimized:

                • Previous generation: (not recommended)

                  C1 node types: cache.c1.xlarge

              • Memory optimized:

                • Current generation:

                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                • Previous generation: (not recommended)

                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

              Additional node type info

              • All current generation instance types are created in Amazon VPC by default.

              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodes" : { "beanStyleGetterMethodName" : "getCacheNodes", "beanStyleSetterMethodName" : "setCacheNodes", "c2jName" : "CacheNodes", "c2jShape" : "CacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

              A list of cache nodes that are members of the cluster.

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

              A list of cache nodes that are members of the cluster.

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

              A list of cache nodes that are members of the cluster.

              \n@param cacheNodes A list of cache nodes that are members of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodes", "getterDocumentation" : "

              A list of cache nodes that are members of the cluster.

              \n

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

              \n@return A list of cache nodes that are members of the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodes", "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" : "CacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNode.Builder} avoiding the need to create one manually via {@link CacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNode)}.\n@param member a consumer that will call methods on {@link CacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNode)", "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" : "CacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNode", "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" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : null, "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNode", "memberType" : "CacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodes", "sensitive" : false, "setterDocumentation" : "

              A list of cache nodes that are members of the cluster.

              \n@param cacheNodes A list of cache nodes that are members of the cluster.", "setterMethodName" : "setCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : "

              A list of cache nodes that are members of the cluster.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheParameterGroup" : { "beanStyleGetterMethodName" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

              Status of the cache parameter group.

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

              Status of the cache parameter group.

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

              Status of the cache parameter group.

              \n@param cacheParameterGroup Status of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "

              Status of the cache parameter group.

              \n@return Status of the cache parameter group.", "getterModel" : { "returnType" : "CacheParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "

              Status of the cache parameter group.

              \n@param cacheParameterGroup Status of the cache parameter group.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : null, "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : "

              Status of the cache parameter group.

              ", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "xmlNameSpaceUri" : null }, "CacheSecurityGroups" : { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

              A list of cache security group elements, composed of name and status sub-elements.

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

              A list of cache security group elements, composed of name and status sub-elements.

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

              A list of cache security group elements, composed of name and status sub-elements.

              \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

              A list of cache security group elements, composed of name and status sub-elements.

              \n

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

              \n@return A list of cache security group elements, composed of name and status sub-elements.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link CacheSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroupMembership)", "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" : "CacheSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : null, "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

              A list of cache security group elements, composed of name and status sub-elements.

              \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

              A list of cache security group elements, composed of name and status sub-elements.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The name of the cache subnet group associated with the 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

              The name of the cache subnet group associated with the cluster.

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

              The name of the cache subnet group associated with the cluster.

              \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

              The name of the cache subnet group associated with the cluster.

              \n@return The name of the cache subnet group associated with the 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

              The name of the cache subnet group associated with the cluster.

              \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

              The name of the cache subnet group associated with the cluster.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ClientDownloadLandingPage" : { "beanStyleGetterMethodName" : "getClientDownloadLandingPage", "beanStyleSetterMethodName" : "setClientDownloadLandingPage", "c2jName" : "ClientDownloadLandingPage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

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

              The URL of the web page where you can download the latest ElastiCache client library.

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

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientDownloadLandingPage", "getterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@return The URL of the web page where you can download the latest ElastiCache client library.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientDownloadLandingPage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientDownloadLandingPage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientDownloadLandingPage", "sensitive" : false, "setterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.", "setterMethodName" : "setClientDownloadLandingPage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConfigurationEndpoint" : { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@return Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The name of the cache engine (memcached or redis) to be used for this 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

              The name of the cache engine (memcached or redis) to be used for this cluster.

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

              The name of the cache engine (memcached or redis) to be used for this cluster.

              \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

              The name of the cache engine (memcached or redis) to be used for this cluster.

              \n@return The name of the cache engine (memcached or redis) to be used for this 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

              The name of the cache engine (memcached or redis) to be used for this cluster.

              \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

              The name of the cache engine (memcached or redis) to be used for this cluster.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The version of the cache engine that is used in this 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 #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 cache engine that is used in this cluster.

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

              The version of the cache engine that is used in this cluster.

              \n@param engineVersion The version of the cache engine that is used in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

              The version of the cache engine that is used in this cluster.

              \n@return The version of the cache engine that is used in this 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" : "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 cache engine that is used in this cluster.

              \n@param engineVersion The version of the cache engine that is used in this cluster.", "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 cache engine that is used in this cluster.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationConfiguration" : { "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

              \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationConfiguration", "getterDocumentation" : "

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

              \n@return Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationConfiguration", "sensitive" : false, "setterDocumentation" : "

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

              \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "setterMethodName" : "setNotificationConfiguration", "setterModel" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : "

              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

              ", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlNameSpaceUri" : null }, "NumCacheNodes" : { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

              \n@param numCacheNodes The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

              \n@return The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

              \n@param numCacheNodes The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

              The number of cache nodes in the cluster.

              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PendingModifiedValues" : { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingModifiedValues.Builder} avoiding the need to create one manually via {@link PendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(PendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link PendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(PendingModifiedValues)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "Returns the value of the PendingModifiedValues property for this object.\n@return The value of the PendingModifiedValues property for this object.", "getterModel" : { "returnType" : "PendingModifiedValues", "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" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : null, "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZone" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

              \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

              \n@return The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

              \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

              The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

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

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

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

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

              \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30", "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" : "

              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

              Valid values for ddd are:

              • sun

              • mon

              • tue

              • wed

              • thu

              • fri

              • sat

              Example: sun:23:00-mon:01:30

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

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

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

              \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

              \n@return The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

              \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

              The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

              A list of VPC Security Groups associated with the cluster.

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

              A list of VPC Security Groups associated with the cluster.

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

              A list of VPC Security Groups associated with the cluster.

              \n@param securityGroups A list of VPC Security Groups associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

              A list of VPC Security Groups associated with the cluster.

              \n

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

              \n@return A list of VPC Security Groups associated with the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "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" : "SecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)", "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" : "SecurityGroupMembership", "documentation" : 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" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : null, "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

              A list of VPC Security Groups associated with the cluster.

              \n@param securityGroups A list of VPC Security Groups associated with the cluster.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

              A list of VPC Security Groups associated with the cluster.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

              \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

              ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

              The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

              If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

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

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

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

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

              \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

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

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

              Example: 05:00-09:00

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TransitEncryptionEnabled" : { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false

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

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false

              \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false

              \n@return A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false

              \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

              A flag that enables in-transit encryption when set to true.

              You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

              Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

              Default: false

              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

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

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

              \n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

              \n@return The user-supplied identifier of the cluster. This identifier is a unique key that identifies a 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

              \n@param cacheClusterId The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

              The user-supplied identifier of the cluster. This identifier is a unique key that identifies a cluster.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

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

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@return Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              \n@param configurationEndpoint Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

              Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster. The configuration endpoint will always have .cfg in it.

              Example: mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211

              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClientDownloadLandingPage", "beanStyleSetterMethodName" : "setClientDownloadLandingPage", "c2jName" : "ClientDownloadLandingPage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

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

              The URL of the web page where you can download the latest ElastiCache client library.

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

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientDownloadLandingPage", "getterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@return The URL of the web page where you can download the latest ElastiCache client library.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientDownloadLandingPage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientDownloadLandingPage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientDownloadLandingPage", "sensitive" : false, "setterDocumentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              \n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.", "setterMethodName" : "setClientDownloadLandingPage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientDownloadLandingPage", "variableType" : "String", "documentation" : "

              The URL of the web page where you can download the latest ElastiCache client library.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The name of the compute and memory capacity node type for the cluster.

              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

              • General purpose:

                • Current generation:

                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                • Previous generation: (not recommended)

                  T1 node types: cache.t1.micro

                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

              • Compute optimized:

                • Previous generation: (not recommended)

                  C1 node types: cache.c1.xlarge

              • Memory optimized:

                • Current generation:

                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                • Previous generation: (not recommended)

                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

              Additional node type info

              • All current generation instance types are created in Amazon VPC by default.

              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

              The name of the compute and memory capacity node type for the cluster.

              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

              • General purpose:

                • Current generation:

                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                • Previous generation: (not recommended)

                  T1 node types: cache.t1.micro

                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

              • Compute optimized:

                • Previous generation: (not recommended)

                  C1 node types: cache.c1.xlarge

              • Memory optimized:

                • Current generation:

                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                • Previous generation: (not recommended)

                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

              Additional node type info

              • All current generation instance types are created in Amazon VPC by default.

              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

              The name of the compute and memory capacity node type for the cluster.

              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

              • General purpose:

                • Current generation:

                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                • Previous generation: (not recommended)

                  T1 node types: cache.t1.micro

                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

              • Compute optimized:

                • Previous generation: (not recommended)

                  C1 node types: cache.c1.xlarge

              • Memory optimized:

                • Current generation:

                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                • Previous generation: (not recommended)

                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

              Additional node type info

              • All current generation instance types are created in Amazon VPC by default.

              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

              \n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

              • General purpose:

                • Current generation:

                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                • Previous generation: (not recommended)

                  T1 node types: cache.t1.micro

                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

              • Compute optimized:

                • Previous generation: (not recommended)

                  C1 node types: cache.c1.xlarge

              • Memory optimized:

                • Current generation:

                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                • Previous generation: (not recommended)

                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

              Additional node type info

              • All current generation instance types are created in Amazon VPC by default.

              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                The name of the compute and memory capacity node type for the cluster.

                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                • General purpose:

                  • Current generation:

                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                  • Previous generation: (not recommended)

                    T1 node types: cache.t1.micro

                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                • Compute optimized:

                  • Previous generation: (not recommended)

                    C1 node types: cache.c1.xlarge

                • Memory optimized:

                  • Current generation:

                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                  • Previous generation: (not recommended)

                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                Additional node type info

                • All current generation instance types are created in Amazon VPC by default.

                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                \n@return The name of the compute and memory capacity node type for the cluster.

                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                • General purpose:

                  • Current generation:

                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                  • Previous generation: (not recommended)

                    T1 node types: cache.t1.micro

                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                • Compute optimized:

                  • Previous generation: (not recommended)

                    C1 node types: cache.c1.xlarge

                • Memory optimized:

                  • Current generation:

                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                  • Previous generation: (not recommended)

                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                Additional node type info

                • All current generation instance types are created in Amazon VPC by default.

                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                  The name of the compute and memory capacity node type for the cluster.

                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                  • General purpose:

                    • Current generation:

                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                    • Previous generation: (not recommended)

                      T1 node types: cache.t1.micro

                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                  • Compute optimized:

                    • Previous generation: (not recommended)

                      C1 node types: cache.c1.xlarge

                  • Memory optimized:

                    • Current generation:

                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                    • Previous generation: (not recommended)

                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                  Additional node type info

                  • All current generation instance types are created in Amazon VPC by default.

                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                  \n@param cacheNodeType The name of the compute and memory capacity node type for the cluster.

                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                  • General purpose:

                    • Current generation:

                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                    • Previous generation: (not recommended)

                      T1 node types: cache.t1.micro

                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                  • Compute optimized:

                    • Previous generation: (not recommended)

                      C1 node types: cache.c1.xlarge

                  • Memory optimized:

                    • Current generation:

                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                    • Previous generation: (not recommended)

                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                  Additional node type info

                  • All current generation instance types are created in Amazon VPC by default.

                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                    The name of the compute and memory capacity node type for the cluster.

                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                    • General purpose:

                      • Current generation:

                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                      • Previous generation: (not recommended)

                        T1 node types: cache.t1.micro

                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                    • Compute optimized:

                      • Previous generation: (not recommended)

                        C1 node types: cache.c1.xlarge

                    • Memory optimized:

                      • Current generation:

                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                      • Previous generation: (not recommended)

                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                    Additional node type info

                    • All current generation instance types are created in Amazon VPC by default.

                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache engine (memcached or redis) to be used for this 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                    The name of the cache engine (memcached or redis) to be used for this cluster.

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

                    The name of the cache engine (memcached or redis) to be used for this cluster.

                    \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                    The name of the cache engine (memcached or redis) to be used for this cluster.

                    \n@return The name of the cache engine (memcached or redis) to be used for this 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache engine (memcached or redis) to be used for this cluster.

                    \n@param engine The name of the cache engine (memcached or redis) to be used for this cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                    The name of the cache engine (memcached or redis) to be used for this cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The version of the cache engine that is used in this 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 #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 cache engine that is used in this cluster.

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

                    The version of the cache engine that is used in this cluster.

                    \n@param engineVersion The version of the cache engine that is used in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The version of the cache engine that is used in this cluster.

                    \n@return The version of the cache engine that is used in this 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" : "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 cache engine that is used in this cluster.

                    \n@param engineVersion The version of the cache engine that is used in this cluster.", "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 cache engine that is used in this cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterStatus", "beanStyleSetterMethodName" : "setCacheClusterStatus", "c2jName" : "CacheClusterStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

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

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

                    \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterStatus", "getterDocumentation" : "

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

                    \n@return The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterStatus", "sensitive" : false, "setterDocumentation" : "

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

                    \n@param cacheClusterStatus The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.", "setterMethodName" : "setCacheClusterStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterStatus", "variableType" : "String", "documentation" : "

                    The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

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

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                    \n@param numCacheNodes The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                    \n@return The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                    \n@param numCacheNodes The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                    The number of cache nodes in the cluster.

                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

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

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

                    \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

                    \n@return The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

                    \n@param preferredAvailabilityZone The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                    The name of the Availability Zone in which the cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the cluster was created.

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

                    The date and time when the cluster was created.

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

                    The date and time when the cluster was created.

                    \n@return The date and time when the cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the cluster was created.

                    \n@param cacheClusterCreateTime The date and time when the cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the cluster was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

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

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

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

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

                    \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30", "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" : "

                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                    Valid values for ddd are:

                    • sun

                    • mon

                    • tue

                    • wed

                    • thu

                    • fri

                    • sat

                    Example: sun:23:00-mon:01:30

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\nThis is a convenience that creates an instance of the {@link PendingModifiedValues.Builder} avoiding the need to create one manually via {@link PendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link PendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(PendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link PendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(PendingModifiedValues)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "Returns the value of the PendingModifiedValues property for this object.\n@return The value of the PendingModifiedValues property for this object.", "getterModel" : { "returnType" : "PendingModifiedValues", "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" : "Sets the value of the PendingModifiedValues property for this object.\n\n@param pendingModifiedValues The new value for the PendingModifiedValues property for this object.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : null, "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationConfiguration", "beanStyleSetterMethodName" : "setNotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

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

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                    \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationConfiguration", "getterDocumentation" : "

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                    \n@return Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationConfiguration", "sensitive" : false, "setterDocumentation" : "

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                    \n@param notificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).", "setterMethodName" : "setNotificationConfiguration", "setterModel" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : "

                    Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                    ", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of cache security group elements, composed of name and status sub-elements.

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

                    A list of cache security group elements, composed of name and status sub-elements.

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

                    A list of cache security group elements, composed of name and status sub-elements.

                    \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

                    A list of cache security group elements, composed of name and status sub-elements.

                    \n

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

                    \n@return A list of cache security group elements, composed of name and status sub-elements.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link CacheSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroupMembership)", "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" : "CacheSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : null, "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroupMembership", "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

                    A list of cache security group elements, composed of name and status sub-elements.

                    \n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                    A list of cache security group elements, composed of name and status sub-elements.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroupStatus", "defaultConsumerFluentSetterDocumentation" : "

                    Status of the cache parameter group.

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

                    Status of the cache parameter group.

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

                    Status of the cache parameter group.

                    \n@param cacheParameterGroup Status of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "

                    Status of the cache parameter group.

                    \n@return Status of the cache parameter group.", "getterModel" : { "returnType" : "CacheParameterGroupStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "

                    Status of the cache parameter group.

                    \n@param cacheParameterGroup Status of the cache parameter group.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : null, "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "documentation" : "

                    Status of the cache parameter group.

                    ", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache subnet group associated with the 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                    The name of the cache subnet group associated with the cluster.

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

                    The name of the cache subnet group associated with the cluster.

                    \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                    The name of the cache subnet group associated with the cluster.

                    \n@return The name of the cache subnet group associated with the 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache subnet group associated with the cluster.

                    \n@param cacheSubnetGroupName The name of the cache subnet group associated with the cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache subnet group associated with the cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodes", "beanStyleSetterMethodName" : "setCacheNodes", "c2jName" : "CacheNodes", "c2jShape" : "CacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of cache nodes that are members of the cluster.

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

                    A list of cache nodes that are members of the cluster.

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

                    A list of cache nodes that are members of the cluster.

                    \n@param cacheNodes A list of cache nodes that are members of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodes", "getterDocumentation" : "

                    A list of cache nodes that are members of the cluster.

                    \n

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

                    \n@return A list of cache nodes that are members of the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodes", "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" : "CacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNode.Builder} avoiding the need to create one manually via {@link CacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNode)}.\n@param member a consumer that will call methods on {@link CacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNode)", "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" : "CacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNode", "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" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : null, "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNode", "variableName" : "member", "variableType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNode", "memberType" : "CacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodes", "sensitive" : false, "setterDocumentation" : "

                    A list of cache nodes that are members of the cluster.

                    \n@param cacheNodes A list of cache nodes that are members of the cluster.", "setterMethodName" : "setCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodes", "variableType" : "java.util.List", "documentation" : "

                    A list of cache nodes that are members of the cluster.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    This parameter is currently disabled.

                    \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" : "

                    This parameter is currently disabled.

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

                    This parameter is currently disabled.

                    \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                    This parameter is currently disabled.

                    \n@return This parameter is currently disabled.", "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" : "

                    This parameter is currently disabled.

                    \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                    This parameter is currently disabled.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of VPC Security Groups associated with the cluster.

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

                    A list of VPC Security Groups associated with the cluster.

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

                    A list of VPC Security Groups associated with the cluster.

                    \n@param securityGroups A list of VPC Security Groups associated with the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                    A list of VPC Security Groups associated with the cluster.

                    \n

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

                    \n@return A list of VPC Security Groups associated with the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "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" : "SecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SecurityGroupMembership.Builder} avoiding the need to create one manually via {@link SecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link SecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(SecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link SecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SecurityGroupMembership)", "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" : "SecurityGroupMembership", "documentation" : 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" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : null, "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SecurityGroupMembership", "variableName" : "member", "variableType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                    A list of VPC Security Groups associated with the cluster.

                    \n@param securityGroups A list of VPC Security Groups associated with the cluster.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                    A list of VPC Security Groups associated with the cluster.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

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

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

                    \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

                    \n@return The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

                    \n@param replicationGroupId The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                    The replication group to which this cluster belongs. If this field is empty, the cluster is not associated with any replication group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                    \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                    \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

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

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                    \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                    ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

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

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

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

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

                    \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

                    \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

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

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

                    \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                    Example: 05:00-09:00

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

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

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false

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

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false

                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

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

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false

                    \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false

                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                    Default: false

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

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

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@return A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                    A flag that enables in-transit encryption when set to true.

                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

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

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

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

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@return A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                    A flag that enables encryption at-rest when set to true.

                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                    Default: false

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheCluster", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "wrapper" : true }, "CacheClusterAlreadyExistsException" : { "c2jName" : "CacheClusterAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    You already have a cluster with the given identifier.

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

                    The requested cluster ID does not refer to an existing cluster.

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

                    Provides all of the details about a particular cache engine version.

                    ", "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" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache engine.

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

                    The name of the cache engine.

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

                    The name of the cache engine.

                    \n@return The name of the cache 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache engine.

                    \n@param engine The name of the cache engine.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                    The name of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The version number of the cache 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 number of the cache engine.

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

                    The version number of the cache engine.

                    \n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The version number of the cache engine.

                    \n@return The version number of the cache 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 number of the cache engine.

                    \n@param engineVersion The version number of the cache 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 number of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineDescription", "beanStyleSetterMethodName" : "setCacheEngineDescription", "c2jName" : "CacheEngineDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache engine.

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

                    The description of the cache engine.

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

                    The description of the cache engine.

                    \n@return The description of the cache 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" : "CacheEngineDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine.

                    \n@param cacheEngineDescription The description of the cache engine.", "setterMethodName" : "setCacheEngineDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineVersionDescription", "beanStyleSetterMethodName" : "setCacheEngineVersionDescription", "c2jName" : "CacheEngineVersionDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the cache engine version.

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

                    The description of the cache engine version.

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

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersionDescription", "getterDocumentation" : "

                    The description of the cache engine version.

                    \n@return The description of the cache engine version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersionDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersionDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineVersionDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.", "setterMethodName" : "setCacheEngineVersionDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheEngineDescription" : { "beanStyleGetterMethodName" : "getCacheEngineDescription", "beanStyleSetterMethodName" : "setCacheEngineDescription", "c2jName" : "CacheEngineDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache engine.

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

                    The description of the cache engine.

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

                    The description of the cache engine.

                    \n@return The description of the cache 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" : "CacheEngineDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine.

                    \n@param cacheEngineDescription The description of the cache engine.", "setterMethodName" : "setCacheEngineDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheEngineVersionDescription" : { "beanStyleGetterMethodName" : "getCacheEngineVersionDescription", "beanStyleSetterMethodName" : "setCacheEngineVersionDescription", "c2jName" : "CacheEngineVersionDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the cache engine version.

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

                    The description of the cache engine version.

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

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersionDescription", "getterDocumentation" : "

                    The description of the cache engine version.

                    \n@return The description of the cache engine version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersionDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersionDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineVersionDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.", "setterMethodName" : "setCacheEngineVersionDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine version.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache engine.

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

                    The name of the cache engine.

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

                    The name of the cache engine.

                    \n@return The name of the cache 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache engine.

                    \n@param engine The name of the cache engine.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                    The name of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The version number of the cache 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 number of the cache engine.

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

                    The version number of the cache engine.

                    \n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The version number of the cache engine.

                    \n@return The version number of the cache 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 number of the cache engine.

                    \n@param engineVersion The version number of the cache 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 number of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache engine.

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

                    The name of the cache engine.

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

                    The name of the cache engine.

                    \n@return The name of the cache 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache engine.

                    \n@param engine The name of the cache engine.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                    The name of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The version number of the cache 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 number of the cache engine.

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

                    The version number of the cache engine.

                    \n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The version number of the cache engine.

                    \n@return The version number of the cache 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 number of the cache engine.

                    \n@param engineVersion The version number of the cache 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 number of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family associated with this cache engine.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineDescription", "beanStyleSetterMethodName" : "setCacheEngineDescription", "c2jName" : "CacheEngineDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache engine.

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

                    The description of the cache engine.

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

                    The description of the cache engine.

                    \n@return The description of the cache 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" : "CacheEngineDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine.

                    \n@param cacheEngineDescription The description of the cache engine.", "setterMethodName" : "setCacheEngineDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineVersionDescription", "beanStyleSetterMethodName" : "setCacheEngineVersionDescription", "c2jName" : "CacheEngineVersionDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the cache engine version.

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

                    The description of the cache engine version.

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

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersionDescription", "getterDocumentation" : "

                    The description of the cache engine version.

                    \n@return The description of the cache engine version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersionDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersionDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheEngineVersionDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache engine version.

                    \n@param cacheEngineVersionDescription The description of the cache engine version.", "setterMethodName" : "setCacheEngineVersionDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "documentation" : "

                    The description of the cache engine version.

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

                    Represents an individual cache node within a cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis.

                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                    • General purpose:

                      • Current generation:

                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                      • Previous generation: (not recommended)

                        T1 node types: cache.t1.micro

                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                    • Compute optimized:

                      • Previous generation: (not recommended)

                        C1 node types: cache.c1.xlarge

                    • Memory optimized:

                      • Current generation:

                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                      • Previous generation: (not recommended)

                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                    Additional node type info

                    • All current generation instance types are created in Amazon VPC by default.

                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                    ", "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" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

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

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@return The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeStatus", "beanStyleSetterMethodName" : "setCacheNodeStatus", "c2jName" : "CacheNodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The current state of this cache node.

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

                    The current state of this cache node.

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

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeStatus", "getterDocumentation" : "

                    The current state of this cache node.

                    \n@return The current state of this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeStatus", "sensitive" : false, "setterDocumentation" : "

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.", "setterMethodName" : "setCacheNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : "

                    The current state of this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the cache node 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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the cache node was created.

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

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@return The date and time when the cache node 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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the cache node was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \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 hostname for connecting to this cache node.

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

                    The hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \n@return The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupStatus", "getterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@return The status of the parameter group applied to this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupStatus", "sensitive" : false, "setterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.", "setterMethodName" : "setParameterGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : "

                    The status of the parameter group applied to this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceCacheNodeId", "beanStyleSetterMethodName" : "setSourceCacheNodeId", "c2jName" : "SourceCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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 #sourceCacheNodeId(String)}.\n@param sourceCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceCacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

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

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceCacheNodeId", "getterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@return The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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" : "SourceCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.", "setterMethodName" : "setSourceCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomerAvailabilityZone", "beanStyleSetterMethodName" : "setCustomerAvailabilityZone", "c2jName" : "CustomerAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Availability Zone where this node was created and now 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 #customerAvailabilityZone(String)}.\n@param customerAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                    The Availability Zone where this node was created and now resides.

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

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAvailabilityZone", "getterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@return The Availability Zone where this node was created and now 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" : "CustomerAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.", "setterMethodName" : "setCustomerAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : "

                    The Availability Zone where this node was created and now resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeCreateTime" : { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the cache node 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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the cache node was created.

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

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@return The date and time when the cache node 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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the cache node was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CacheNodeId" : { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

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

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@return The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeStatus" : { "beanStyleGetterMethodName" : "getCacheNodeStatus", "beanStyleSetterMethodName" : "setCacheNodeStatus", "c2jName" : "CacheNodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The current state of this cache node.

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

                    The current state of this cache node.

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

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeStatus", "getterDocumentation" : "

                    The current state of this cache node.

                    \n@return The current state of this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeStatus", "sensitive" : false, "setterDocumentation" : "

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.", "setterMethodName" : "setCacheNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : "

                    The current state of this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CustomerAvailabilityZone" : { "beanStyleGetterMethodName" : "getCustomerAvailabilityZone", "beanStyleSetterMethodName" : "setCustomerAvailabilityZone", "c2jName" : "CustomerAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Availability Zone where this node was created and now 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 #customerAvailabilityZone(String)}.\n@param customerAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                    The Availability Zone where this node was created and now resides.

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

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAvailabilityZone", "getterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@return The Availability Zone where this node was created and now 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" : "CustomerAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.", "setterMethodName" : "setCustomerAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : "

                    The Availability Zone where this node was created and now resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Endpoint" : { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \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 hostname for connecting to this cache node.

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

                    The hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \n@return The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "ParameterGroupStatus" : { "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupStatus", "getterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@return The status of the parameter group applied to this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupStatus", "sensitive" : false, "setterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.", "setterMethodName" : "setParameterGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : "

                    The status of the parameter group applied to this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceCacheNodeId" : { "beanStyleGetterMethodName" : "getSourceCacheNodeId", "beanStyleSetterMethodName" : "setSourceCacheNodeId", "c2jName" : "SourceCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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 #sourceCacheNodeId(String)}.\n@param sourceCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceCacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

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

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceCacheNodeId", "getterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@return The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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" : "SourceCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.", "setterMethodName" : "setSourceCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

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

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@return The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                    The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeStatus", "beanStyleSetterMethodName" : "setCacheNodeStatus", "c2jName" : "CacheNodeStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The current state of this cache node.

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

                    The current state of this cache node.

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

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeStatus", "getterDocumentation" : "

                    The current state of this cache node.

                    \n@return The current state of this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeStatus", "sensitive" : false, "setterDocumentation" : "

                    The current state of this cache node.

                    \n@param cacheNodeStatus The current state of this cache node.", "setterMethodName" : "setCacheNodeStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeStatus", "variableType" : "String", "documentation" : "

                    The current state of this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date and time when the cache node 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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                    The date and time when the cache node was created.

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

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@return The date and time when the cache node 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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                    The date and time when the cache node was created.

                    \n@param cacheNodeCreateTime The date and time when the cache node was created.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                    The date and time when the cache node was created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \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 hostname for connecting to this cache node.

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

                    The hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The hostname for connecting to this cache node.

                    \n@return The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    \n@param endpoint The hostname for connecting to this cache node.", "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 hostname for connecting to this cache node.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterGroupStatus", "beanStyleSetterMethodName" : "setParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

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

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterGroupStatus", "getterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@return The status of the parameter group applied to this cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterGroupStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterGroupStatus", "sensitive" : false, "setterDocumentation" : "

                    The status of the parameter group applied to this cache node.

                    \n@param parameterGroupStatus The status of the parameter group applied to this cache node.", "setterMethodName" : "setParameterGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterGroupStatus", "variableType" : "String", "documentation" : "

                    The status of the parameter group applied to this cache node.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceCacheNodeId", "beanStyleSetterMethodName" : "setSourceCacheNodeId", "c2jName" : "SourceCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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 #sourceCacheNodeId(String)}.\n@param sourceCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceCacheNodeId(String)", "deprecated" : false, "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

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

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceCacheNodeId", "getterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@return The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary 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" : "SourceCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.", "setterMethodName" : "setSourceCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceCacheNodeId", "variableType" : "String", "documentation" : "

                    The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomerAvailabilityZone", "beanStyleSetterMethodName" : "setCustomerAvailabilityZone", "c2jName" : "CustomerAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Availability Zone where this node was created and now 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 #customerAvailabilityZone(String)}.\n@param customerAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                    The Availability Zone where this node was created and now resides.

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

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAvailabilityZone", "getterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@return The Availability Zone where this node was created and now 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" : "CustomerAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomerAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                    The Availability Zone where this node was created and now resides.

                    \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.", "setterMethodName" : "setCustomerAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAvailabilityZone", "variableType" : "String", "documentation" : "

                    The Availability Zone where this node was created and now resides.

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

                    A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cluster, a cache.m1.large cache node type would have a larger maxmemory value than a cache.m1.small type.

                    ", "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" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

                    \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                    The name of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the parameter.

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

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

                    A description of the parameter.

                    \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    A description of the parameter.

                    \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                    \n@param description A description of the parameter.", "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 of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The source of the parameter value.

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

                    The source of the parameter value.

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

                    The source of the parameter value.

                    \n@return The source of the parameter 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" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                    The source of the parameter value.

                    \n@param source The source of the parameter value.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                    The source of the parameter value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                    The valid data type for the parameter.

                    \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                    The valid data type for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                    The valid range of values for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificValues", "c2jName" : "CacheNodeTypeSpecificValues", "c2jShape" : "CacheNodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificValues", "getterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n

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

                    \n@return A list of cache node types and their corresponding values for this parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValues", "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" : "CacheNodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificValue)", "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" : "CacheNodeTypeSpecificValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValue", "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" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificValue", "memberType" : "CacheNodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.", "setterMethodName" : "setCacheNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                    \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                    The valid range of values for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeTypeSpecificValues" : { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificValues", "c2jName" : "CacheNodeTypeSpecificValues", "c2jShape" : "CacheNodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificValues", "getterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n

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

                    \n@return A list of cache node types and their corresponding values for this parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValues", "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" : "CacheNodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificValue)", "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" : "CacheNodeTypeSpecificValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValue", "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" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificValue", "memberType" : "CacheNodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.", "setterMethodName" : "setCacheNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ChangeType" : { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                    \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DataType" : { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                    The valid data type for the parameter.

                    \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                    The valid data type for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the parameter.

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

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

                    A description of the parameter.

                    \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    A description of the parameter.

                    \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                    \n@param description A description of the parameter.", "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 of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IsModifiable" : { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MinimumEngineVersion" : { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterName" : { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

                    \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                    The name of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The source of the parameter value.

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

                    The source of the parameter value.

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

                    The source of the parameter value.

                    \n@return The source of the parameter 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" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                    The source of the parameter value.

                    \n@param source The source of the parameter value.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                    The source of the parameter value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

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

                    The name of the parameter.

                    \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                    The name of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the parameter.

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

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

                    A description of the parameter.

                    \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    A description of the parameter.

                    \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                    \n@param description A description of the parameter.", "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 of the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The source of the parameter value.

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

                    The source of the parameter value.

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

                    The source of the parameter value.

                    \n@return The source of the parameter 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" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                    The source of the parameter value.

                    \n@param source The source of the parameter value.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                    The source of the parameter value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

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

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                    The valid data type for the parameter.

                    \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                    The valid data type for the parameter.

                    \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                    The valid data type for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

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

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                    The valid range of values for the parameter.

                    \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                    The valid range of values for the parameter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

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

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                    Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

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

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                    The earliest cache engine version to which the parameter can apply.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificValues", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificValues", "c2jName" : "CacheNodeTypeSpecificValues", "c2jShape" : "CacheNodeTypeSpecificValueList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

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

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificValues", "getterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n

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

                    \n@return A list of cache node types and their corresponding values for this parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValues", "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" : "CacheNodeTypeSpecificValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificValue.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificValue.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificValue)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificValue)", "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" : "CacheNodeTypeSpecificValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificValue", "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" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificValue", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificValue", "memberType" : "CacheNodeTypeSpecificValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificValues", "sensitive" : false, "setterDocumentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.", "setterMethodName" : "setCacheNodeTypeSpecificValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "documentation" : "

                    A list of cache node types and their corresponding values for this parameter.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                    \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                    \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                    Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

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

                    A value that applies only to a certain cache node type.

                    ", "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" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@return The cache node type for which this value applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                    The cache node type for which this value applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

                    \n@return The value for the cache node type.", "getterModel" : { "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" : "

                    The value for the cache node type.

                    \n@param value The value for the cache node type.", "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" : "

                    The value for the cache node type.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@return The cache node type for which this value applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                    The cache node type for which this value applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

                    \n@return The value for the cache node type.", "getterModel" : { "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" : "

                    The value for the cache node type.

                    \n@param value The value for the cache node type.", "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" : "

                    The value for the cache node type.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

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

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@return The cache node type for which this value applies.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                    The cache node type for which this value applies.

                    \n@param cacheNodeType The cache node type for which this value applies.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                    The cache node type for which this value applies.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

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

                    The value for the cache node type.

                    \n@return The value for the cache node type.", "getterModel" : { "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" : "

                    The value for the cache node type.

                    \n@param value The value for the cache node type.", "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" : "

                    The value for the cache node type.

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

                    Represents the output of a CreateCacheParameterGroup operation.

                    ", "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" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description for this cache parameter group.

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

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    The description for this cache parameter group.

                    \n@return The description for this cache parameter 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" : "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" : "

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.", "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" : "

                    The description for this cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description for this cache parameter group.

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

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    The description for this cache parameter group.

                    \n@return The description for this cache parameter 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" : "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" : "

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.", "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" : "

                    The description for this cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@return The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group family that this cache parameter group is compatible with.

                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description for this cache parameter group.

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

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                    The description for this cache parameter group.

                    \n@return The description for this cache parameter 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" : "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" : "

                    The description for this cache parameter group.

                    \n@param description The description for this cache parameter group.", "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" : "

                    The description for this cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheParameterGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "wrapper" : true }, "CacheParameterGroupAlreadyExistsException" : { "c2jName" : "CacheParameterGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A cache parameter group with the requested name already exists.

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

                    The requested cache parameter group name does not refer to an existing cache parameter group.

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

                    The request cannot be processed because it would exceed the maximum number of cache security groups.

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

                    Status of the cache parameter group.

                    ", "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" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterApplyStatus", "beanStyleSetterMethodName" : "setParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

                    \n@param parameterApplyStatus The status of parameter updates.", "setterMethodName" : "setParameterApplyStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : "

                    The status of parameter updates.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n

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

                    \n@return A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeIdsToReboot" : { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n

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

                    \n@return A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterApplyStatus" : { "beanStyleGetterMethodName" : "getParameterApplyStatus", "beanStyleSetterMethodName" : "setParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

                    \n@param parameterApplyStatus The status of parameter updates.", "setterMethodName" : "setParameterApplyStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : "

                    The status of parameter updates.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

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

                    The name of the cache parameter group.

                    \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache parameter group.

                    \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache parameter group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterApplyStatus", "beanStyleSetterMethodName" : "setParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

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

                    The status of parameter updates.

                    \n@param parameterApplyStatus The status of parameter updates.", "setterMethodName" : "setParameterApplyStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterApplyStatus", "variableType" : "String", "documentation" : "

                    The status of parameter updates.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

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

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n

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

                    \n@return A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    \n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                    A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheParameterGroupStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheParameterGroupStatus", "variableName" : "cacheParameterGroupStatus", "variableType" : "CacheParameterGroupStatus", "documentation" : null, "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "wrapper" : false }, "CacheSecurityGroup" : { "c2jName" : "CacheSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output of one of the following operations:

                    • AuthorizeCacheSecurityGroupIngress

                    • CreateCacheSecurityGroup

                    • RevokeCacheSecurityGroupIngress

                    ", "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" : "getOwnerId", "beanStyleSetterMethodName" : "setOwnerId", "c2jName" : "OwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerId", "getterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@return The AWS account ID of the cache security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerId", "sensitive" : false, "setterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.", "setterMethodName" : "setOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : "

                    The AWS account ID of the cache security group owner.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache security group.

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

                    The description of the cache security group.

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

                    The description of the cache security group.

                    \n@return The description of the cache 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" : "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" : "

                    The description of the cache security group.

                    \n@param description The description of the cache security group.", "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" : "

                    The description of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroups", "beanStyleSetterMethodName" : "setEc2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security 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 #ec2SecurityGroups(List)}.\n@param ec2SecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroups(List)", "deprecated" : false, "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

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

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroups", "getterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n

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

                    \n@return A list of Amazon EC2 security groups that are associated with this cache security 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" : "EC2SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroups", "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" : "EC2SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EC2SecurityGroup.Builder} avoiding the need to create one manually via {@link EC2SecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EC2SecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EC2SecurityGroup)}.\n@param member a consumer that will call methods on {@link EC2SecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EC2SecurityGroup)", "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" : "EC2SecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroup", "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" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "EC2SecurityGroup", "memberType" : "EC2SecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EC2SecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EC2SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.", "setterMethodName" : "setEc2SecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache security group.

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

                    The description of the cache security group.

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

                    The description of the cache security group.

                    \n@return The description of the cache 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" : "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" : "

                    The description of the cache security group.

                    \n@param description The description of the cache security group.", "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" : "

                    The description of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroups" : { "beanStyleGetterMethodName" : "getEc2SecurityGroups", "beanStyleSetterMethodName" : "setEc2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security 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 #ec2SecurityGroups(List)}.\n@param ec2SecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroups(List)", "deprecated" : false, "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

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

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroups", "getterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n

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

                    \n@return A list of Amazon EC2 security groups that are associated with this cache security 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" : "EC2SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroups", "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" : "EC2SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EC2SecurityGroup.Builder} avoiding the need to create one manually via {@link EC2SecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EC2SecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EC2SecurityGroup)}.\n@param member a consumer that will call methods on {@link EC2SecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EC2SecurityGroup)", "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" : "EC2SecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroup", "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" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "EC2SecurityGroup", "memberType" : "EC2SecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EC2SecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EC2SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.", "setterMethodName" : "setEc2SecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "OwnerId" : { "beanStyleGetterMethodName" : "getOwnerId", "beanStyleSetterMethodName" : "setOwnerId", "c2jName" : "OwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerId", "getterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@return The AWS account ID of the cache security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerId", "sensitive" : false, "setterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.", "setterMethodName" : "setOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : "

                    The AWS account ID of the cache security group owner.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOwnerId", "beanStyleSetterMethodName" : "setOwnerId", "c2jName" : "OwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

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

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ownerId", "getterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@return The AWS account ID of the cache security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OwnerId", "sensitive" : false, "setterDocumentation" : "

                    The AWS account ID of the cache security group owner.

                    \n@param ownerId The AWS account ID of the cache security group owner.", "setterMethodName" : "setOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ownerId", "variableType" : "String", "documentation" : "

                    The AWS account ID of the cache security group owner.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache security group.

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

                    The description of the cache security group.

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

                    The description of the cache security group.

                    \n@return The description of the cache 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" : "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" : "

                    The description of the cache security group.

                    \n@param description The description of the cache security group.", "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" : "

                    The description of the cache security group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroups", "beanStyleSetterMethodName" : "setEc2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security 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 #ec2SecurityGroups(List)}.\n@param ec2SecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroups(List)", "deprecated" : false, "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

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

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroups", "getterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n

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

                    \n@return A list of Amazon EC2 security groups that are associated with this cache security 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" : "EC2SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroups", "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" : "EC2SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EC2SecurityGroup.Builder} avoiding the need to create one manually via {@link EC2SecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EC2SecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EC2SecurityGroup)}.\n@param member a consumer that will call methods on {@link EC2SecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EC2SecurityGroup)", "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" : "EC2SecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroup", "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" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EC2SecurityGroup", "variableName" : "member", "variableType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "EC2SecurityGroup", "memberType" : "EC2SecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EC2SecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EC2SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    \n@param ec2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.", "setterMethodName" : "setEc2SecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ec2SecurityGroups", "variableType" : "java.util.List", "documentation" : "

                    A list of Amazon EC2 security groups that are associated with this cache security group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheSecurityGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "wrapper" : true }, "CacheSecurityGroupAlreadyExistsException" : { "c2jName" : "CacheSecurityGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    A cache security group with the specified name already exists.

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

                    Represents a cluster's status within a particular cache security group.

                    ", "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" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@return The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@return The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache security group.

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

                    The name of the cache security group.

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

                    The name of the cache security group.

                    \n@return The name of the cache 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache security group.

                    \n@param cacheSecurityGroupName The name of the cache security group.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache security group.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

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

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@return The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                    \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

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

                    The requested cache security group name does not refer to an existing cache security group.

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

                    The request cannot be processed because it would exceed the allowed number of cache security groups.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "QuotaExceeded.CacheSecurityGroup", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheSecurityGroupQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroupQuotaExceededException", "variableName" : "cacheSecurityGroupQuotaExceededException", "variableType" : "CacheSecurityGroupQuotaExceededException", "documentation" : null, "simpleType" : "CacheSecurityGroupQuotaExceededException", "variableSetterType" : "CacheSecurityGroupQuotaExceededException" }, "wrapper" : false }, "CacheSubnetGroup" : { "c2jName" : "CacheSubnetGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Represents the output of one of the following operations:

                    • CreateCacheSubnetGroup

                    • ModifyCacheSubnetGroup

                    ", "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" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

                    \n@return The name of the cache 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache subnet group.

                    \n@param cacheSubnetGroupName The name of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache subnet group.

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

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                    The description of the cache subnet group.

                    \n@return The description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

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

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

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

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                    A list of subnets associated with the cache subnet group.

                    \n

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

                    \n@return A list of subnets associated with the cache 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" : "Subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnet", "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" : "Subnet", "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" : "

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache subnet group.

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

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                    The description of the cache subnet group.

                    \n@return The description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

                    \n@return The name of the cache 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache subnet group.

                    \n@param cacheSubnetGroupName The name of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subnets" : { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

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

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                    A list of subnets associated with the cache subnet group.

                    \n

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

                    \n@return A list of subnets associated with the cache 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" : "Subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnet", "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" : "Subnet", "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" : "

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "VpcId" : { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

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

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

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

                    The name of the cache subnet group.

                    \n@return The name of the cache 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                    The name of the cache subnet group.

                    \n@param cacheSubnetGroupName The name of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                    The name of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

                    The description of the cache subnet group.

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

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                    The description of the cache subnet group.

                    \n@return The description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                    The description of the cache subnet group.

                    \n@param cacheSubnetGroupDescription The description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

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

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

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

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                    A list of subnets associated with the cache subnet group.

                    \n

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

                    \n@return A list of subnets associated with the cache 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" : "Subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnet", "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" : "Subnet", "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" : "

                    A list of subnets associated with the cache subnet group.

                    \n@param subnets A list of subnets associated with the cache 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" : "

                    A list of subnets associated with the cache subnet group.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheSubnetGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "wrapper" : true }, "CacheSubnetGroupAlreadyExistsException" : { "c2jName" : "CacheSubnetGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The requested cache subnet group name is already in use by an existing cache subnet group.

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

                    The requested cache subnet group is currently in use.

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

                    The requested cache subnet group name does not refer to an existing cache subnet group.

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

                    The request cannot be processed because it would exceed the allowed number of cache subnet groups.

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

                    The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CacheSubnetQuotaExceededFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CacheSubnetQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CacheSubnetQuotaExceededException", "variableName" : "cacheSubnetQuotaExceededException", "variableType" : "CacheSubnetQuotaExceededException", "documentation" : null, "simpleType" : "CacheSubnetQuotaExceededException", "variableSetterType" : "CacheSubnetQuotaExceededException" }, "wrapper" : false }, "ChangeType" : { "c2jName" : "ChangeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IMMEDIATE", "value" : "immediate" }, { "name" : "REQUIRES_REBOOT", "value" : "requires-reboot" } ], "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" : "ChangeType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChangeType", "variableName" : "changeType", "variableType" : "ChangeType", "documentation" : null, "simpleType" : "ChangeType", "variableSetterType" : "ChangeType" }, "wrapper" : false }, "ClusterQuotaForCustomerExceededException" : { "c2jName" : "ClusterQuotaForCustomerExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request cannot be processed because it would exceed the allowed number of clusters per customer.

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

                    Node group (shard) configuration options when adding or removing replicas. Each node group (shard) configuration has the following members: NodeGroupId, NewReplicaCount, and PreferredAvailabilityZones.

                    ", "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" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

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

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                    \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                    \n@return The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                    \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                    The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                    The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                    The minimum number of replicas in a shard or replication group is:

                    • Redis (cluster mode disabled)

                      • If Multi-AZ with Automatic Failover is enabled: 1

                      • If Multi-AZ with Automatic Failover is not enable: 0

                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                    The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                    The minimum number of replicas in a shard or replication group is:

                    • Redis (cluster mode disabled)

                      • If Multi-AZ with Automatic Failover is enabled: 1

                      • If Multi-AZ with Automatic Failover is not enable: 0

                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                    The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                    The minimum number of replicas in a shard or replication group is:

                    • Redis (cluster mode disabled)

                      • If Multi-AZ with Automatic Failover is enabled: 1

                      • If Multi-AZ with Automatic Failover is not enable: 0

                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                    \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                    The minimum number of replicas in a shard or replication group is:

                    • Redis (cluster mode disabled)

                      • If Multi-AZ with Automatic Failover is enabled: 1

                      • If Multi-AZ with Automatic Failover is not enable: 0

                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                      The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                      The minimum number of replicas in a shard or replication group is:

                      • Redis (cluster mode disabled)

                        • If Multi-AZ with Automatic Failover is enabled: 1

                        • If Multi-AZ with Automatic Failover is not enable: 0

                      • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                      \n@return The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                      The minimum number of replicas in a shard or replication group is:

                      • Redis (cluster mode disabled)

                        • If Multi-AZ with Automatic Failover is enabled: 1

                        • If Multi-AZ with Automatic Failover is not enable: 0

                      • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                        The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                        The minimum number of replicas in a shard or replication group is:

                        • Redis (cluster mode disabled)

                          • If Multi-AZ with Automatic Failover is enabled: 1

                          • If Multi-AZ with Automatic Failover is not enable: 0

                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                        \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                        The minimum number of replicas in a shard or replication group is:

                        • Redis (cluster mode disabled)

                          • If Multi-AZ with Automatic Failover is enabled: 1

                          • If Multi-AZ with Automatic Failover is not enable: 0

                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                        • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                          The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                          The minimum number of replicas in a shard or replication group is:

                          • Redis (cluster mode disabled)

                            • If Multi-AZ with Automatic Failover is enabled: 1

                            • If Multi-AZ with Automatic Failover is not enable: 0

                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                          \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                          \n

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

                          \n@return A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                          \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                          A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NewReplicaCount" : { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                          The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                          The minimum number of replicas in a shard or replication group is:

                          • Redis (cluster mode disabled)

                            • If Multi-AZ with Automatic Failover is enabled: 1

                            • If Multi-AZ with Automatic Failover is not enable: 0

                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                          The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                          The minimum number of replicas in a shard or replication group is:

                          • Redis (cluster mode disabled)

                            • If Multi-AZ with Automatic Failover is enabled: 1

                            • If Multi-AZ with Automatic Failover is not enable: 0

                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                          The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                          The minimum number of replicas in a shard or replication group is:

                          • Redis (cluster mode disabled)

                            • If Multi-AZ with Automatic Failover is enabled: 1

                            • If Multi-AZ with Automatic Failover is not enable: 0

                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                          \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                          The minimum number of replicas in a shard or replication group is:

                          • Redis (cluster mode disabled)

                            • If Multi-AZ with Automatic Failover is enabled: 1

                            • If Multi-AZ with Automatic Failover is not enable: 0

                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                            The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                            The minimum number of replicas in a shard or replication group is:

                            • Redis (cluster mode disabled)

                              • If Multi-AZ with Automatic Failover is enabled: 1

                              • If Multi-AZ with Automatic Failover is not enable: 0

                            • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                            \n@return The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                            The minimum number of replicas in a shard or replication group is:

                            • Redis (cluster mode disabled)

                              • If Multi-AZ with Automatic Failover is enabled: 1

                              • If Multi-AZ with Automatic Failover is not enable: 0

                            • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                              The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                              The minimum number of replicas in a shard or replication group is:

                              • Redis (cluster mode disabled)

                                • If Multi-AZ with Automatic Failover is enabled: 1

                                • If Multi-AZ with Automatic Failover is not enable: 0

                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                              \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                              The minimum number of replicas in a shard or replication group is:

                              • Redis (cluster mode disabled)

                                • If Multi-AZ with Automatic Failover is enabled: 1

                                • If Multi-AZ with Automatic Failover is not enable: 0

                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                              • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                The minimum number of replicas in a shard or replication group is:

                                • Redis (cluster mode disabled)

                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                  • If Multi-AZ with Automatic Failover is not enable: 0

                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

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

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@return The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZones" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                \n

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

                                \n@return A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

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

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@return The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                \n@param nodeGroupId The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                The minimum number of replicas in a shard or replication group is:

                                • Redis (cluster mode disabled)

                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                  • If Multi-AZ with Automatic Failover is not enable: 0

                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                                The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                The minimum number of replicas in a shard or replication group is:

                                • Redis (cluster mode disabled)

                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                  • If Multi-AZ with Automatic Failover is not enable: 0

                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                                The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                The minimum number of replicas in a shard or replication group is:

                                • Redis (cluster mode disabled)

                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                  • If Multi-AZ with Automatic Failover is not enable: 0

                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                The minimum number of replicas in a shard or replication group is:

                                • Redis (cluster mode disabled)

                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                  • If Multi-AZ with Automatic Failover is not enable: 0

                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                                  The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                  The minimum number of replicas in a shard or replication group is:

                                  • Redis (cluster mode disabled)

                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                    • If Multi-AZ with Automatic Failover is not enable: 0

                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                  \n@return The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                  The minimum number of replicas in a shard or replication group is:

                                  • Redis (cluster mode disabled)

                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                    • If Multi-AZ with Automatic Failover is not enable: 0

                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

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

                                    The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                    The minimum number of replicas in a shard or replication group is:

                                    • Redis (cluster mode disabled)

                                      • If Multi-AZ with Automatic Failover is enabled: 1

                                      • If Multi-AZ with Automatic Failover is not enable: 0

                                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                    \n@param newReplicaCount The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                    The minimum number of replicas in a shard or replication group is:

                                    • Redis (cluster mode disabled)

                                      • If Multi-AZ with Automatic Failover is enabled: 1

                                      • If Multi-AZ with Automatic Failover is not enable: 0

                                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                    • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                      The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

                                      The minimum number of replicas in a shard or replication group is:

                                      • Redis (cluster mode disabled)

                                        • If Multi-AZ with Automatic Failover is enabled: 1

                                        • If Multi-AZ with Automatic Failover is not enable: 0

                                      • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

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

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                      \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                      \n

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

                                      \n@return A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                      \n@param preferredAvailabilityZones A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                      A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "NodeGroupId", "NewReplicaCount" ], "shapeName" : "ConfigureShard", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "configureShard", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "wrapper" : false }, "CopySnapshotRequest" : { "c2jName" : "CopySnapshotMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Represents the input of a CopySnapshotMessage operation.

                                      ", "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" : "CopySnapshot", "locationName" : null, "requestUri" : "/", "target" : "CopySnapshot", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSourceSnapshotName", "beanStyleSetterMethodName" : "setSourceSnapshotName", "c2jName" : "SourceSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceSnapshotName", "getterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@return The name of an existing snapshot from which to make a copy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.", "setterMethodName" : "setSourceSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetSnapshotName", "beanStyleSetterMethodName" : "setTargetSnapshotName", "c2jName" : "TargetSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetSnapshotName", "getterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@return A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "setterMethodName" : "setTargetSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetBucket", "beanStyleSetterMethodName" : "setTargetBucket", "c2jName" : "TargetBucket", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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 #targetBucket(String)}.\n@param targetBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBucket(String)", "deprecated" : false, "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

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

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetBucket", "getterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@return The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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" : "TargetBucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetBucket", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.", "setterMethodName" : "setTargetBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SourceSnapshotName" : { "beanStyleGetterMethodName" : "getSourceSnapshotName", "beanStyleSetterMethodName" : "setSourceSnapshotName", "c2jName" : "SourceSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceSnapshotName", "getterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@return The name of an existing snapshot from which to make a copy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.", "setterMethodName" : "setSourceSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetBucket" : { "beanStyleGetterMethodName" : "getTargetBucket", "beanStyleSetterMethodName" : "setTargetBucket", "c2jName" : "TargetBucket", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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 #targetBucket(String)}.\n@param targetBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBucket(String)", "deprecated" : false, "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

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

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetBucket", "getterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@return The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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" : "TargetBucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetBucket", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.", "setterMethodName" : "setTargetBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetSnapshotName" : { "beanStyleGetterMethodName" : "getTargetSnapshotName", "beanStyleSetterMethodName" : "setTargetSnapshotName", "c2jName" : "TargetSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetSnapshotName", "getterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@return A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "setterMethodName" : "setTargetSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceSnapshotName", "beanStyleSetterMethodName" : "setSourceSnapshotName", "c2jName" : "SourceSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

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

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceSnapshotName", "getterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@return The name of an existing snapshot from which to make a copy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.", "setterMethodName" : "setSourceSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceSnapshotName", "variableType" : "String", "documentation" : "

                                      The name of an existing snapshot from which to make a copy.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetSnapshotName", "beanStyleSetterMethodName" : "setTargetSnapshotName", "c2jName" : "TargetSnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

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

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetSnapshotName", "getterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@return A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetSnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetSnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetSnapshotName", "sensitive" : false, "setterDocumentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.", "setterMethodName" : "setTargetSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetSnapshotName", "variableType" : "String", "documentation" : "

                                      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetBucket", "beanStyleSetterMethodName" : "setTargetBucket", "c2jName" : "TargetBucket", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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 #targetBucket(String)}.\n@param targetBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBucket(String)", "deprecated" : false, "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

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

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetBucket", "getterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@return The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache 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" : "TargetBucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetBucket", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      \n@param targetBucket The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.", "setterMethodName" : "setTargetBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetBucket", "variableType" : "String", "documentation" : "

                                      The Amazon S3 bucket to which the snapshot is exported. This parameter is used only when exporting a snapshot for external access.

                                      When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                                      For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SourceSnapshotName", "TargetSnapshotName" ], "shapeName" : "CopySnapshotRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CopySnapshotRequest", "variableName" : "copySnapshotRequest", "variableType" : "CopySnapshotRequest", "documentation" : null, "simpleType" : "CopySnapshotRequest", "variableSetterType" : "CopySnapshotRequest" }, "wrapper" : false }, "CopySnapshotResponse" : { "c2jName" : "CopySnapshotResult", "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" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Snapshot" : { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CopySnapshotResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CopySnapshotResult" }, "variable" : { "variableDeclarationType" : "CopySnapshotResponse", "variableName" : "copySnapshotResponse", "variableType" : "CopySnapshotResponse", "documentation" : null, "simpleType" : "CopySnapshotResponse", "variableSetterType" : "CopySnapshotResponse" }, "wrapper" : false }, "CreateCacheClusterRequest" : { "c2jName" : "CreateCacheClusterMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Represents the input of a CreateCacheCluster operation.

                                      ", "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" : "CreateCacheCluster", "locationName" : null, "requestUri" : "/", "target" : "CreateCacheCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The node group (shard) identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                      • The first character must be a letter.

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

                                      The node group (shard) identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                      • The first character must be a letter.

                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                      The node group (shard) identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                      • The first character must be a letter.

                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                                      \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                      • The first character must be a letter.

                                      • A name 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" : "cacheClusterId", "getterDocumentation" : "

                                        The node group (shard) identifier. This parameter is stored as a lowercase string.

                                        Constraints:

                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                        • The first character must be a letter.

                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                        \n@return The node group (shard) identifier. This parameter is stored as a lowercase string.

                                        Constraints:

                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                        • The first character must be a letter.

                                        • A name 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                          The node group (shard) identifier. This parameter is stored as a lowercase string.

                                          Constraints:

                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                          • The first character must be a letter.

                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                          \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                          Constraints:

                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                          • The first character must be a letter.

                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                            The node group (shard) identifier. This parameter is stored as a lowercase string.

                                            Constraints:

                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                            • The first character must be a letter.

                                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

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

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

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

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

                                            \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

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

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

                                            \n@return The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

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

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

                                            \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

                                            ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                            The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                            If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                            This parameter is only valid if the Engine parameter is redis.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az 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 #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                            ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                            \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                            \n

                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                            \n@return Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                            \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                            Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                            This parameter is only supported for Memcached clusters.

                                            If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

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

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.

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

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.

                                            \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.

                                            \n@return The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.

                                            \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                            The EC2 Availability Zone in which the cluster is created.

                                            All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                            Default: System chosen Availability Zone.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

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

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

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

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

                                            \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

                                            \n

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

                                            \n@return A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

                                            \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                            A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                            This option is only supported on Memcached.

                                            If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                            The number of Availability Zones listed must equal the value of NumCacheNodes.

                                            If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                            Default: System chosen Availability Zones.

                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                            \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                            \n@return The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                            \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                            The initial number of cache nodes that the cluster has.

                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                            If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The compute and memory capacity of the nodes in the node group (shard).

                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                            • General purpose:

                                              • Current generation:

                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                              • Previous generation: (not recommended)

                                                T1 node types: cache.t1.micro

                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                            • Compute optimized:

                                              • Previous generation: (not recommended)

                                                C1 node types: cache.c1.xlarge

                                            • Memory optimized:

                                              • Current generation:

                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                              • Previous generation: (not recommended)

                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                            Additional node type info

                                            • All current generation instance types are created in Amazon VPC by default.

                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                            The compute and memory capacity of the nodes in the node group (shard).

                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                            • General purpose:

                                              • Current generation:

                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                              • Previous generation: (not recommended)

                                                T1 node types: cache.t1.micro

                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                            • Compute optimized:

                                              • Previous generation: (not recommended)

                                                C1 node types: cache.c1.xlarge

                                            • Memory optimized:

                                              • Current generation:

                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                              • Previous generation: (not recommended)

                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                            Additional node type info

                                            • All current generation instance types are created in Amazon VPC by default.

                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                            The compute and memory capacity of the nodes in the node group (shard).

                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                            • General purpose:

                                              • Current generation:

                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                              • Previous generation: (not recommended)

                                                T1 node types: cache.t1.micro

                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                            • Compute optimized:

                                              • Previous generation: (not recommended)

                                                C1 node types: cache.c1.xlarge

                                            • Memory optimized:

                                              • Current generation:

                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                              • Previous generation: (not recommended)

                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                            Additional node type info

                                            • All current generation instance types are created in Amazon VPC by default.

                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                            \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                            • General purpose:

                                              • Current generation:

                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                              • Previous generation: (not recommended)

                                                T1 node types: cache.t1.micro

                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                            • Compute optimized:

                                              • Previous generation: (not recommended)

                                                C1 node types: cache.c1.xlarge

                                            • Memory optimized:

                                              • Current generation:

                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                              • Previous generation: (not recommended)

                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                            Additional node type info

                                            • All current generation instance types are created in Amazon VPC by default.

                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                              The compute and memory capacity of the nodes in the node group (shard).

                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                              • General purpose:

                                                • Current generation:

                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                • Previous generation: (not recommended)

                                                  T1 node types: cache.t1.micro

                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                              • Compute optimized:

                                                • Previous generation: (not recommended)

                                                  C1 node types: cache.c1.xlarge

                                              • Memory optimized:

                                                • Current generation:

                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                • Previous generation: (not recommended)

                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                              Additional node type info

                                              • All current generation instance types are created in Amazon VPC by default.

                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                              \n@return The compute and memory capacity of the nodes in the node group (shard).

                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                              • General purpose:

                                                • Current generation:

                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                • Previous generation: (not recommended)

                                                  T1 node types: cache.t1.micro

                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                              • Compute optimized:

                                                • Previous generation: (not recommended)

                                                  C1 node types: cache.c1.xlarge

                                              • Memory optimized:

                                                • Current generation:

                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                • Previous generation: (not recommended)

                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                              Additional node type info

                                              • All current generation instance types are created in Amazon VPC by default.

                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                The compute and memory capacity of the nodes in the node group (shard).

                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                • General purpose:

                                                  • Current generation:

                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                  • Previous generation: (not recommended)

                                                    T1 node types: cache.t1.micro

                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                • Compute optimized:

                                                  • Previous generation: (not recommended)

                                                    C1 node types: cache.c1.xlarge

                                                • Memory optimized:

                                                  • Current generation:

                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                  • Previous generation: (not recommended)

                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                Additional node type info

                                                • All current generation instance types are created in Amazon VPC by default.

                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                • General purpose:

                                                  • Current generation:

                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                  • Previous generation: (not recommended)

                                                    T1 node types: cache.t1.micro

                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                • Compute optimized:

                                                  • Previous generation: (not recommended)

                                                    C1 node types: cache.c1.xlarge

                                                • Memory optimized:

                                                  • Current generation:

                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                  • Previous generation: (not recommended)

                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                Additional node type info

                                                • All current generation instance types are created in Amazon VPC by default.

                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                  The compute and memory capacity of the nodes in the node group (shard).

                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                  • General purpose:

                                                    • Current generation:

                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                    • Previous generation: (not recommended)

                                                      T1 node types: cache.t1.micro

                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                  • Compute optimized:

                                                    • Previous generation: (not recommended)

                                                      C1 node types: cache.c1.xlarge

                                                  • Memory optimized:

                                                    • Current generation:

                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                    • Previous generation: (not recommended)

                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                  Additional node type info

                                                  • All current generation instance types are created in Amazon VPC by default.

                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

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

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

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

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

                                                  \n@param engine The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

                                                  \n@return The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

                                                  \n@param engine The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                  The name of the cache engine to be used for this cluster.

                                                  Valid values for this parameter are: memcached | redis

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

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

                                                  The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                  \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                  The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                  \n@return The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                  \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

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

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                  \n@return The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                  \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                  \n@return The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                  \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                  ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                  The name of the subnet group to be used for the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n

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

                                                  \n@return A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                  A list of security group names to associate with this cluster.

                                                  Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n

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

                                                  \n@return One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                  One or more VPC security groups associated with the cluster.

                                                  Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                  A list of cost allocation tags to be added to this 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" : "

                                                  A list of cost allocation tags to be added to this resource.

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

                                                  A list of cost allocation tags to be added to this resource.

                                                  \n@param tags A list of cost allocation tags to be added to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                  A list of cost allocation tags to be added to this resource.

                                                  \n

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

                                                  \n@return A list of cost allocation tags to be added to this 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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                  A list of cost allocation tags to be added to this resource.

                                                  \n@param tags A list of cost allocation tags to be added to this 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" : "

                                                  A list of cost allocation tags to be added to this resource.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                  \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                  \n

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

                                                  \n@return A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                  \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                  A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@return The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  ", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                  The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

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

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

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

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

                                                  \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30", "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" : "

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                  Valid values for ddd are:

                                                  • sun

                                                  • mon

                                                  • tue

                                                  • wed

                                                  • thu

                                                  • fri

                                                  • sat

                                                  Example: sun:23:00-mon:01:30

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                  The port number on which each of the cache nodes accepts connections.

                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each of the cache nodes accepts connections.

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

                                                  The port number on which each of the cache nodes accepts connections.

                                                  \n@param port The port number on which each of the cache nodes accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                  The port number on which each of the cache nodes accepts connections.

                                                  \n@return The port number on which each of the cache nodes accepts connections.", "getterModel" : { "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 on which each of the cache nodes accepts connections.

                                                  \n@param port The port number on which each of the cache nodes accepts connections.", "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 on which each of the cache nodes accepts connections.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                  ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                  This parameter is currently disabled.

                                                  \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" : "

                                                  This parameter is currently disabled.

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

                                                  This parameter is currently disabled.

                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                  This parameter is currently disabled.

                                                  \n@return This parameter is currently disabled.", "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" : "

                                                  This parameter is currently disabled.

                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                  This parameter is currently disabled.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

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

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                  \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

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

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                  Example: 05:00-09:00

                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                  This parameter is only valid if the Engine parameter is redis.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@return Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AZMode" : { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az 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 #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                  ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                  \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                  \n

                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                                  \n@return Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                  \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                                  Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                  This parameter is only supported for Memcached clusters.

                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AuthToken" : { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@return Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                  Reserved parameter. The password used to access a password protected server.

                                                  Password constraints:

                                                  • Must be only printable ASCII characters.

                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                  This parameter is currently disabled.

                                                  \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" : "

                                                  This parameter is currently disabled.

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

                                                  This parameter is currently disabled.

                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                  This parameter is currently disabled.

                                                  \n@return This parameter is currently disabled.", "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" : "

                                                  This parameter is currently disabled.

                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                  This parameter is currently disabled.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

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

                                                  The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                                  The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                  \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name 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" : "cacheClusterId", "getterDocumentation" : "

                                                    The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                    Constraints:

                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                    • The first character must be a letter.

                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                    \n@return The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                    Constraints:

                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                    • The first character must be a letter.

                                                    • A name 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                      The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                      Constraints:

                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                      • The first character must be a letter.

                                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                      \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                      Constraints:

                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                      • The first character must be a letter.

                                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                                        The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                        Constraints:

                                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                        • The first character must be a letter.

                                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                        • General purpose:

                                                          • Current generation:

                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                          • Previous generation: (not recommended)

                                                            T1 node types: cache.t1.micro

                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                        • Compute optimized:

                                                          • Previous generation: (not recommended)

                                                            C1 node types: cache.c1.xlarge

                                                        • Memory optimized:

                                                          • Current generation:

                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                          • Previous generation: (not recommended)

                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                        Additional node type info

                                                        • All current generation instance types are created in Amazon VPC by default.

                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                        • General purpose:

                                                          • Current generation:

                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                          • Previous generation: (not recommended)

                                                            T1 node types: cache.t1.micro

                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                        • Compute optimized:

                                                          • Previous generation: (not recommended)

                                                            C1 node types: cache.c1.xlarge

                                                        • Memory optimized:

                                                          • Current generation:

                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                          • Previous generation: (not recommended)

                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                        Additional node type info

                                                        • All current generation instance types are created in Amazon VPC by default.

                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                        • General purpose:

                                                          • Current generation:

                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                          • Previous generation: (not recommended)

                                                            T1 node types: cache.t1.micro

                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                        • Compute optimized:

                                                          • Previous generation: (not recommended)

                                                            C1 node types: cache.c1.xlarge

                                                        • Memory optimized:

                                                          • Current generation:

                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                          • Previous generation: (not recommended)

                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                        Additional node type info

                                                        • All current generation instance types are created in Amazon VPC by default.

                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                        \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                        • General purpose:

                                                          • Current generation:

                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                          • Previous generation: (not recommended)

                                                            T1 node types: cache.t1.micro

                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                        • Compute optimized:

                                                          • Previous generation: (not recommended)

                                                            C1 node types: cache.c1.xlarge

                                                        • Memory optimized:

                                                          • Current generation:

                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                          • Previous generation: (not recommended)

                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                        Additional node type info

                                                        • All current generation instance types are created in Amazon VPC by default.

                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                          The compute and memory capacity of the nodes in the node group (shard).

                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                          • General purpose:

                                                            • Current generation:

                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                            • Previous generation: (not recommended)

                                                              T1 node types: cache.t1.micro

                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                          • Compute optimized:

                                                            • Previous generation: (not recommended)

                                                              C1 node types: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation:

                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                            • Previous generation: (not recommended)

                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                          Additional node type info

                                                          • All current generation instance types are created in Amazon VPC by default.

                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                          \n@return The compute and memory capacity of the nodes in the node group (shard).

                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                          • General purpose:

                                                            • Current generation:

                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                            • Previous generation: (not recommended)

                                                              T1 node types: cache.t1.micro

                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                          • Compute optimized:

                                                            • Previous generation: (not recommended)

                                                              C1 node types: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation:

                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                            • Previous generation: (not recommended)

                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                          Additional node type info

                                                          • All current generation instance types are created in Amazon VPC by default.

                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                            The compute and memory capacity of the nodes in the node group (shard).

                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                            • General purpose:

                                                              • Current generation:

                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                              • Previous generation: (not recommended)

                                                                T1 node types: cache.t1.micro

                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Compute optimized:

                                                              • Previous generation: (not recommended)

                                                                C1 node types: cache.c1.xlarge

                                                            • Memory optimized:

                                                              • Current generation:

                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                              • Previous generation: (not recommended)

                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            Additional node type info

                                                            • All current generation instance types are created in Amazon VPC by default.

                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                            \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                            • General purpose:

                                                              • Current generation:

                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                              • Previous generation: (not recommended)

                                                                T1 node types: cache.t1.micro

                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Compute optimized:

                                                              • Previous generation: (not recommended)

                                                                C1 node types: cache.c1.xlarge

                                                            • Memory optimized:

                                                              • Current generation:

                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                              • Previous generation: (not recommended)

                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            Additional node type info

                                                            • All current generation instance types are created in Amazon VPC by default.

                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                              The compute and memory capacity of the nodes in the node group (shard).

                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                              • General purpose:

                                                                • Current generation:

                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                • Previous generation: (not recommended)

                                                                  T1 node types: cache.t1.micro

                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                              • Compute optimized:

                                                                • Previous generation: (not recommended)

                                                                  C1 node types: cache.c1.xlarge

                                                              • Memory optimized:

                                                                • Current generation:

                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                • Previous generation: (not recommended)

                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                              Additional node type info

                                                              • All current generation instance types are created in Amazon VPC by default.

                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

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

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                              \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                              \n@return The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                              \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSecurityGroupNames" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n

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

                                                              \n@return A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                              A list of security group names to associate with this cluster.

                                                              Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                              \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                              \n@return The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                              \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                              ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                              The name of the subnet group to be used for the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

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

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

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

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

                                                              \n@param engine The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

                                                              \n@return The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

                                                              \n@param engine The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                              The name of the cache engine to be used for this cluster.

                                                              Valid values for this parameter are: memcached | redis

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

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

                                                              The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                              \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                              The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                              \n@return The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                              \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

                                                              \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

                                                              ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                              The Amazon SNS topic owner must be the same as the cluster owner.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NumCacheNodes" : { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                              \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                              \n@return The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                              \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                              The initial number of cache nodes that the cluster has.

                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                              If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port number on which each of the cache nodes accepts connections.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each of the cache nodes accepts connections.

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

                                                              The port number on which each of the cache nodes accepts connections.

                                                              \n@param port The port number on which each of the cache nodes accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                              The port number on which each of the cache nodes accepts connections.

                                                              \n@return The port number on which each of the cache nodes accepts connections.", "getterModel" : { "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 on which each of the cache nodes accepts connections.

                                                              \n@param port The port number on which each of the cache nodes accepts connections.", "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 on which each of the cache nodes accepts connections.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZone" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

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

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.

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

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.

                                                              \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.

                                                              \n@return The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.

                                                              \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                              The EC2 Availability Zone in which the cluster is created.

                                                              All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                              Default: System chosen Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZones" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

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

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

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

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

                                                              \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

                                                              \n

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

                                                              \n@return A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

                                                              \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                              A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                              This option is only supported on Memcached.

                                                              If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                              The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                              If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                              Default: System chosen Availability Zones.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

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

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

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

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

                                                              \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30", "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" : "

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                              Valid values for ddd are:

                                                              • sun

                                                              • mon

                                                              • tue

                                                              • wed

                                                              • thu

                                                              • fri

                                                              • sat

                                                              Example: sun:23:00-mon:01:30

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@return The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                              The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                              If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n

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

                                                              \n@return One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                              One or more VPC security groups associated with the cluster.

                                                              Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotArns" : { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                              \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                              \n

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

                                                              \n@return A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                              \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                              A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@return The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              ", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                              The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).

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

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                              \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                              The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

                                                              ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                              Example: 05:00-09:00

                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                              This parameter is only valid if the Engine parameter is redis.

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

                                                              A list of cost allocation tags to be added to this 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" : "

                                                              A list of cost allocation tags to be added to this resource.

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

                                                              A list of cost allocation tags to be added to this resource.

                                                              \n@param tags A list of cost allocation tags to be added to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              A list of cost allocation tags to be added to this resource.

                                                              \n

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

                                                              \n@return A list of cost allocation tags to be added to this 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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                              A list of cost allocation tags to be added to this resource.

                                                              \n@param tags A list of cost allocation tags to be added to this 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" : "

                                                              A list of cost allocation tags to be added to this resource.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

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

                                                              The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                                              The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                              \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

                                                              • A name 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" : "cacheClusterId", "getterDocumentation" : "

                                                                The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                                Constraints:

                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                • The first character must be a letter.

                                                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                \n@return The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                                Constraints:

                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                • The first character must be a letter.

                                                                • A name 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                  The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                                  Constraints:

                                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                  • The first character must be a letter.

                                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                  \n@param cacheClusterId The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                                  Constraints:

                                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                  • The first character must be a letter.

                                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

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

                                                                    The node group (shard) identifier. This parameter is stored as a lowercase string.

                                                                    Constraints:

                                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                    • The first character must be a letter.

                                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

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

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

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

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                    \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

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

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                    \n@return The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

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

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                    \n@param replicationGroupId The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                    ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                    The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.

                                                                    If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.

                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az 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 #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                    \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                                                    \n@return Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                    \n@param azMode Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                                                    Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                    This parameter is only supported for Memcached clusters.

                                                                    If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

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

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.

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

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.

                                                                    \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.

                                                                    \n@return The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.

                                                                    \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                    The EC2 Availability Zone in which the cluster is created.

                                                                    All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                    Default: System chosen Availability Zone.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

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

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

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

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

                                                                    \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

                                                                    \n

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

                                                                    \n@return A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

                                                                    \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                    A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.

                                                                    This option is only supported on Memcached.

                                                                    If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                    The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                    If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                    Default: System chosen Availability Zones.

                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

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

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                                    \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                                    \n@return The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                                    \n@param numCacheNodes The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                    The initial number of cache nodes that the cluster has.

                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                    If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The compute and memory capacity of the nodes in the node group (shard).

                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                    • General purpose:

                                                                      • Current generation:

                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                      • Previous generation: (not recommended)

                                                                        T1 node types: cache.t1.micro

                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Compute optimized:

                                                                      • Previous generation: (not recommended)

                                                                        C1 node types: cache.c1.xlarge

                                                                    • Memory optimized:

                                                                      • Current generation:

                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                      • Previous generation: (not recommended)

                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    Additional node type info

                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                    The compute and memory capacity of the nodes in the node group (shard).

                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                    • General purpose:

                                                                      • Current generation:

                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                      • Previous generation: (not recommended)

                                                                        T1 node types: cache.t1.micro

                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Compute optimized:

                                                                      • Previous generation: (not recommended)

                                                                        C1 node types: cache.c1.xlarge

                                                                    • Memory optimized:

                                                                      • Current generation:

                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                      • Previous generation: (not recommended)

                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    Additional node type info

                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                                    The compute and memory capacity of the nodes in the node group (shard).

                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                    • General purpose:

                                                                      • Current generation:

                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                      • Previous generation: (not recommended)

                                                                        T1 node types: cache.t1.micro

                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Compute optimized:

                                                                      • Previous generation: (not recommended)

                                                                        C1 node types: cache.c1.xlarge

                                                                    • Memory optimized:

                                                                      • Current generation:

                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                      • Previous generation: (not recommended)

                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    Additional node type info

                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                    \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                    • General purpose:

                                                                      • Current generation:

                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                      • Previous generation: (not recommended)

                                                                        T1 node types: cache.t1.micro

                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Compute optimized:

                                                                      • Previous generation: (not recommended)

                                                                        C1 node types: cache.c1.xlarge

                                                                    • Memory optimized:

                                                                      • Current generation:

                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                      • Previous generation: (not recommended)

                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    Additional node type info

                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                      • General purpose:

                                                                        • Current generation:

                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                        • Previous generation: (not recommended)

                                                                          T1 node types: cache.t1.micro

                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                      • Compute optimized:

                                                                        • Previous generation: (not recommended)

                                                                          C1 node types: cache.c1.xlarge

                                                                      • Memory optimized:

                                                                        • Current generation:

                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                        • Previous generation: (not recommended)

                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                      Additional node type info

                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                      \n@return The compute and memory capacity of the nodes in the node group (shard).

                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                      • General purpose:

                                                                        • Current generation:

                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                        • Previous generation: (not recommended)

                                                                          T1 node types: cache.t1.micro

                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                      • Compute optimized:

                                                                        • Previous generation: (not recommended)

                                                                          C1 node types: cache.c1.xlarge

                                                                      • Memory optimized:

                                                                        • Current generation:

                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                        • Previous generation: (not recommended)

                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                      Additional node type info

                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                        • General purpose:

                                                                          • Current generation:

                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                          • Previous generation: (not recommended)

                                                                            T1 node types: cache.t1.micro

                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                        • Compute optimized:

                                                                          • Previous generation: (not recommended)

                                                                            C1 node types: cache.c1.xlarge

                                                                        • Memory optimized:

                                                                          • Current generation:

                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                          • Previous generation: (not recommended)

                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                        Additional node type info

                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                        \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                        • General purpose:

                                                                          • Current generation:

                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                          • Previous generation: (not recommended)

                                                                            T1 node types: cache.t1.micro

                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                        • Compute optimized:

                                                                          • Previous generation: (not recommended)

                                                                            C1 node types: cache.c1.xlarge

                                                                        • Memory optimized:

                                                                          • Current generation:

                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                          • Previous generation: (not recommended)

                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                        Additional node type info

                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

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

                                                                          The compute and memory capacity of the nodes in the node group (shard).

                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                          • General purpose:

                                                                            • Current generation:

                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                            • Previous generation: (not recommended)

                                                                              T1 node types: cache.t1.micro

                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                          • Compute optimized:

                                                                            • Previous generation: (not recommended)

                                                                              C1 node types: cache.c1.xlarge

                                                                          • Memory optimized:

                                                                            • Current generation:

                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                            • Previous generation: (not recommended)

                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                          Additional node type info

                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

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

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

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

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

                                                                          \n@param engine The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

                                                                          \n@return The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

                                                                          \n@param engine The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                          The name of the cache engine to be used for this cluster.

                                                                          Valid values for this parameter are: memcached | redis

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

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

                                                                          The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                          \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                          The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                          \n@return The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                          \n@param engineVersion The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

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

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                                          \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                                          \n@return The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                                          \n@param cacheParameterGroupName The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                          The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes' when creating a cluster.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                          \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                          \n@return The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

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

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                          \n@param cacheSubnetGroupName The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                          ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                          The name of the subnet group to be used for the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n

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

                                                                          \n@return A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                          A list of security group names to associate with this cluster.

                                                                          Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

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

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n

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

                                                                          \n@return One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          \n@param securityGroupIds One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                          One or more VPC security groups associated with the cluster.

                                                                          Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of cost allocation tags to be added to this 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" : "

                                                                          A list of cost allocation tags to be added to this resource.

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

                                                                          A list of cost allocation tags to be added to this resource.

                                                                          \n@param tags A list of cost allocation tags to be added to this resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                          A list of cost allocation tags to be added to this resource.

                                                                          \n

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

                                                                          \n@return A list of cost allocation tags to be added to this 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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                                          A list of cost allocation tags to be added to this resource.

                                                                          \n@param tags A list of cost allocation tags to be added to this 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" : "

                                                                          A list of cost allocation tags to be added to this resource.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

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

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                          \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                          \n

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

                                                                          \n@return A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                          \n@param snapshotArns A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                                          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@return The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@param snapshotName The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          ", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                          The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

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

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

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

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

                                                                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

                                                                          \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

                                                                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30", "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" : "

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                          Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                          Valid values for ddd are:

                                                                          • sun

                                                                          • mon

                                                                          • tue

                                                                          • wed

                                                                          • thu

                                                                          • fri

                                                                          • sat

                                                                          Example: sun:23:00-mon:01:30

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The port number on which each of the cache nodes accepts connections.

                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each of the cache nodes accepts connections.

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

                                                                          The port number on which each of the cache nodes accepts connections.

                                                                          \n@param port The port number on which each of the cache nodes accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                          The port number on which each of the cache nodes accepts connections.

                                                                          \n@return The port number on which each of the cache nodes accepts connections.", "getterModel" : { "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 on which each of the cache nodes accepts connections.

                                                                          \n@param port The port number on which each of the cache nodes accepts connections.", "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 on which each of the cache nodes accepts connections.

                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

                                                                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

                                                                          \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

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

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

                                                                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

                                                                          ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                          The Amazon SNS topic owner must be the same as the cluster owner.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                          This parameter is currently disabled.

                                                                          \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" : "

                                                                          This parameter is currently disabled.

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

                                                                          This parameter is currently disabled.

                                                                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                          This parameter is currently disabled.

                                                                          \n@return This parameter is currently disabled.", "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" : "

                                                                          This parameter is currently disabled.

                                                                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                          This parameter is currently disabled.

                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

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

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                          \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot taken today is retained for 5 days before being deleted.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

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

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                          Example: 05:00-09:00

                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

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

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                          \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                          \n@return Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                          \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                                          Reserved parameter. The password used to access a password protected server.

                                                                          Password constraints:

                                                                          • Must be only printable ASCII characters.

                                                                          • Must be at least 16 characters and no more than 128 characters in length.

                                                                          • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                          For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheClusterId" ], "shapeName" : "CreateCacheClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCacheClusterRequest", "variableName" : "createCacheClusterRequest", "variableType" : "CreateCacheClusterRequest", "documentation" : null, "simpleType" : "CreateCacheClusterRequest", "variableSetterType" : "CreateCacheClusterRequest" }, "wrapper" : false }, "CreateCacheClusterResponse" : { "c2jName" : "CreateCacheClusterResult", "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" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheCluster" : { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCacheClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateCacheClusterResult" }, "variable" : { "variableDeclarationType" : "CreateCacheClusterResponse", "variableName" : "createCacheClusterResponse", "variableType" : "CreateCacheClusterResponse", "documentation" : null, "simpleType" : "CreateCacheClusterResponse", "variableSetterType" : "CreateCacheClusterResponse" }, "wrapper" : false }, "CreateCacheParameterGroupRequest" : { "c2jName" : "CreateCacheParameterGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input of a CreateCacheParameterGroup operation.

                                                                          ", "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" : "CreateCacheParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "CreateCacheParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified name for the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A user-specified name for the cache parameter group.

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

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@return A user-specified name for the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

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

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@return The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified description for the cache parameter 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 #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 user-specified description for the cache parameter group.

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

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@return A user-specified description for the cache parameter 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" : "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 user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.", "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 user-specified description for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@return The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified name for the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@return A user-specified name for the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified description for the cache parameter 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 #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 user-specified description for the cache parameter group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@return A user-specified description for the cache parameter 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" : "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 user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.", "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 user-specified description for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified name for the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@return A user-specified name for the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          \n@param cacheParameterGroupName A user-specified name for the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                          A user-specified name for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@return The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          \n@param cacheParameterGroupFamily The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                          The name of the cache parameter group family that the cache parameter group can be used with.

                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A user-specified description for the cache parameter 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 #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 user-specified description for the cache parameter group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A user-specified description for the cache parameter group.

                                                                          \n@return A user-specified description for the cache parameter 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" : "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 user-specified description for the cache parameter group.

                                                                          \n@param description A user-specified description for the cache parameter group.", "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 user-specified description for the cache parameter group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheParameterGroupName", "CacheParameterGroupFamily", "Description" ], "shapeName" : "CreateCacheParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCacheParameterGroupRequest", "variableName" : "createCacheParameterGroupRequest", "variableType" : "CreateCacheParameterGroupRequest", "documentation" : null, "simpleType" : "CreateCacheParameterGroupRequest", "variableSetterType" : "CreateCacheParameterGroupRequest" }, "wrapper" : false }, "CreateCacheParameterGroupResponse" : { "c2jName" : "CreateCacheParameterGroupResult", "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" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroup(CacheParameterGroup)}.\n@param cacheParameterGroup a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroup(CacheParameterGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroup", "fluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "Returns the value of the CacheParameterGroup property for this object.\n@return The value of the CacheParameterGroup property for this object.", "getterModel" : { "returnType" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroup" : { "beanStyleGetterMethodName" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroup(CacheParameterGroup)}.\n@param cacheParameterGroup a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroup(CacheParameterGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroup", "fluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "Returns the value of the CacheParameterGroup property for this object.\n@return The value of the CacheParameterGroup property for this object.", "getterModel" : { "returnType" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroup", "beanStyleSetterMethodName" : "setCacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroup(CacheParameterGroup)}.\n@param cacheParameterGroup a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroup(CacheParameterGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroup", "fluentSetterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroup", "getterDocumentation" : "Returns the value of the CacheParameterGroup property for this object.\n@return The value of the CacheParameterGroup property for this object.", "getterModel" : { "returnType" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheParameterGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheParameterGroup property for this object.\n\n@param cacheParameterGroup The new value for the CacheParameterGroup property for this object.", "setterMethodName" : "setCacheParameterGroup", "setterModel" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCacheParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateCacheParameterGroupResult" }, "variable" : { "variableDeclarationType" : "CreateCacheParameterGroupResponse", "variableName" : "createCacheParameterGroupResponse", "variableType" : "CreateCacheParameterGroupResponse", "documentation" : null, "simpleType" : "CreateCacheParameterGroupResponse", "variableSetterType" : "CreateCacheParameterGroupResponse" }, "wrapper" : false }, "CreateCacheSecurityGroupRequest" : { "c2jName" : "CreateCacheSecurityGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input of a CreateCacheSecurityGroup operation.

                                                                          ", "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" : "CreateCacheSecurityGroup", "locationName" : null, "requestUri" : "/", "target" : "CreateCacheSecurityGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@return A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #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 for the cache security group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@return A description for the cache 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" : "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 for the cache security group.

                                                                          \n@param description A description for the cache security group.", "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 for the cache security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@return A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #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 for the cache security group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@return A description for the cache 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" : "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 for the cache security group.

                                                                          \n@param description A description for the cache security group.", "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 for the cache security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@return A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          \n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache security group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

                                                                          Example: mysecuritygroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #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 for the cache security group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                          A description for the cache security group.

                                                                          \n@return A description for the cache 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" : "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 for the cache security group.

                                                                          \n@param description A description for the cache security group.", "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 for the cache security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSecurityGroupName", "Description" ], "shapeName" : "CreateCacheSecurityGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCacheSecurityGroupRequest", "variableName" : "createCacheSecurityGroupRequest", "variableType" : "CreateCacheSecurityGroupRequest", "documentation" : null, "simpleType" : "CreateCacheSecurityGroupRequest", "variableSetterType" : "CreateCacheSecurityGroupRequest" }, "wrapper" : false }, "CreateCacheSecurityGroupResponse" : { "c2jName" : "CreateCacheSecurityGroupResult", "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" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroup" : { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCacheSecurityGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateCacheSecurityGroupResult" }, "variable" : { "variableDeclarationType" : "CreateCacheSecurityGroupResponse", "variableName" : "createCacheSecurityGroupResponse", "variableType" : "CreateCacheSecurityGroupResponse", "documentation" : null, "simpleType" : "CreateCacheSecurityGroupResponse", "variableSetterType" : "CreateCacheSecurityGroupResponse" }, "wrapper" : false }, "CreateCacheSubnetGroupRequest" : { "c2jName" : "CreateCacheSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input of a CreateCacheSubnetGroup operation.

                                                                          ", "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" : "CreateCacheSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "CreateCacheSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@return A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@return A description for the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of VPC subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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 VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@return A description for the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@return A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of VPC subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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 VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@return A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                          A name for the cache subnet group. This value is stored as a lowercase string.

                                                                          Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                          Example: mysubnetgroup

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A description for the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@return A description for the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                          A description for the cache subnet group.

                                                                          \n@param cacheSubnetGroupDescription A description for the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                          A description for the cache subnet group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return A list of VPC subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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 VPC subnet IDs for the cache subnet group.

                                                                          \n@param subnetIds A list of VPC subnet IDs for the cache 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" : "

                                                                          A list of VPC subnet IDs for the cache subnet group.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSubnetGroupName", "CacheSubnetGroupDescription", "SubnetIds" ], "shapeName" : "CreateCacheSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCacheSubnetGroupRequest", "variableName" : "createCacheSubnetGroupRequest", "variableType" : "CreateCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "CreateCacheSubnetGroupRequest", "variableSetterType" : "CreateCacheSubnetGroupRequest" }, "wrapper" : false }, "CreateCacheSubnetGroupResponse" : { "c2jName" : "CreateCacheSubnetGroupResult", "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" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroup" : { "beanStyleGetterMethodName" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCacheSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateCacheSubnetGroupResult" }, "variable" : { "variableDeclarationType" : "CreateCacheSubnetGroupResponse", "variableName" : "createCacheSubnetGroupResponse", "variableType" : "CreateCacheSubnetGroupResponse", "documentation" : null, "simpleType" : "CreateCacheSubnetGroupResponse", "variableSetterType" : "CreateCacheSubnetGroupResponse" }, "wrapper" : false }, "CreateReplicationGroupRequest" : { "c2jName" : "CreateReplicationGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          Represents the input of a CreateReplicationGroup operation.

                                                                          ", "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" : "CreateReplicationGroup", "locationName" : null, "requestUri" : "/", "target" : "CreateReplicationGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                          • The first character must be a letter.

                                                                          • A name 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                          • The first character must be a letter.

                                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                          • The first character must be a letter.

                                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                          \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                          • The first character must be a letter.

                                                                          • A name 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" : "replicationGroupId", "getterDocumentation" : "

                                                                            The replication group identifier. This parameter is stored as a lowercase string.

                                                                            Constraints:

                                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                            • The first character must be a letter.

                                                                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                            \n@return The replication group identifier. This parameter is stored as a lowercase string.

                                                                            Constraints:

                                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                            • The first character must be a letter.

                                                                            • A name 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                              The replication group identifier. This parameter is stored as a lowercase string.

                                                                              Constraints:

                                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                              • The first character must be a letter.

                                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                              \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                              Constraints:

                                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                              • The first character must be a letter.

                                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                              • ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                The replication group identifier. This parameter is stored as a lowercase string.

                                                                                Constraints:

                                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                • The first character must be a letter.

                                                                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                A user-created description for the replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                A user-created description for the replication group.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                A user-created description for the replication group.

                                                                                \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                A user-created description for the replication group.

                                                                                \n@return A user-created description for the replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                A user-created description for the replication group.

                                                                                \n@param replicationGroupDescription A user-created description for the replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                A user-created description for the replication group.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                \n@return The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                Default: false

                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                • Redis versions earlier than 2.8.6.

                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                Default: false

                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                • Redis versions earlier than 2.8.6.

                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                Default: false

                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                • Redis versions earlier than 2.8.6.

                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                Default: false

                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                • Redis versions earlier than 2.8.6.

                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                  Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                  Default: false

                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                  • Redis versions earlier than 2.8.6.

                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                  \n@return Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                  Default: false

                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                  • Redis versions earlier than 2.8.6.

                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                  • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                    Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                    Default: false

                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                    • Redis versions earlier than 2.8.6.

                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                    \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                    Default: false

                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                    • Redis versions earlier than 2.8.6.

                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                    • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                      Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                      If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                      AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                      Default: false

                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                      • Redis versions earlier than 2.8.6.

                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheClusters", "beanStyleSetterMethodName" : "setNumCacheClusters", "c2jName" : "NumCacheClusters", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheClusters(Integer)}.\n@param numCacheClusters a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheClusters(Integer)", "deprecated" : false, "documentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheClusters", "fluentSetterDocumentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheClusters", "getterDocumentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      \n@return The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheClusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "setterMethodName" : "setNumCacheClusters", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : "

                                                                                      The number of clusters this replication group initially has.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredCacheClusterAZs", "beanStyleSetterMethodName" : "setPreferredCacheClusterAZs", "c2jName" : "PreferredCacheClusterAZs", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredCacheClusterAZs(List)}.\n@param preferredCacheClusterAZs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredCacheClusterAZs(List)", "deprecated" : false, "documentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredCacheClusterAZs", "fluentSetterDocumentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredCacheClusterAZs", "getterDocumentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      \n

                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                      \n@return A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredCacheClusterAZs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredCacheClusterAZs", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredCacheClusterAZs", "sensitive" : false, "setterDocumentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.", "setterMethodName" : "setPreferredCacheClusterAZs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : "

                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                      Default: system chosen Availability Zones.

                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      \n@return An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                      Default: 1

                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicasPerNodeGroup", "beanStyleSetterMethodName" : "setReplicasPerNodeGroup", "c2jName" : "ReplicasPerNodeGroup", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicasPerNodeGroup(Integer)}.\n@param replicasPerNodeGroup a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasPerNodeGroup(Integer)", "deprecated" : false, "documentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasPerNodeGroup", "fluentSetterDocumentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasPerNodeGroup", "getterDocumentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      \n@return An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasPerNodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasPerNodeGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicasPerNodeGroup", "sensitive" : false, "setterDocumentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "setterMethodName" : "setReplicasPerNodeGroup", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : "

                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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 #nodeGroupConfiguration(List)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                      \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                      \n

                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                      \n@return A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupConfiguration)}.\n@param member a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupConfiguration)", "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" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : "", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupConfiguration", "memberType" : "NodeGroupConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                      \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                      • General purpose:

                                                                                        • Current generation:

                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                        • Previous generation: (not recommended)

                                                                                          T1 node types: cache.t1.micro

                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                      • Compute optimized:

                                                                                        • Previous generation: (not recommended)

                                                                                          C1 node types: cache.c1.xlarge

                                                                                      • Memory optimized:

                                                                                        • Current generation:

                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                        • Previous generation: (not recommended)

                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                      Additional node type info

                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                      • General purpose:

                                                                                        • Current generation:

                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                        • Previous generation: (not recommended)

                                                                                          T1 node types: cache.t1.micro

                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                      • Compute optimized:

                                                                                        • Previous generation: (not recommended)

                                                                                          C1 node types: cache.c1.xlarge

                                                                                      • Memory optimized:

                                                                                        • Current generation:

                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                        • Previous generation: (not recommended)

                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                      Additional node type info

                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                      • General purpose:

                                                                                        • Current generation:

                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                        • Previous generation: (not recommended)

                                                                                          T1 node types: cache.t1.micro

                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                      • Compute optimized:

                                                                                        • Previous generation: (not recommended)

                                                                                          C1 node types: cache.c1.xlarge

                                                                                      • Memory optimized:

                                                                                        • Current generation:

                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                        • Previous generation: (not recommended)

                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                      Additional node type info

                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                      \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                      • General purpose:

                                                                                        • Current generation:

                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                        • Previous generation: (not recommended)

                                                                                          T1 node types: cache.t1.micro

                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                      • Compute optimized:

                                                                                        • Previous generation: (not recommended)

                                                                                          C1 node types: cache.c1.xlarge

                                                                                      • Memory optimized:

                                                                                        • Current generation:

                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                        • Previous generation: (not recommended)

                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                      Additional node type info

                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                        • General purpose:

                                                                                          • Current generation:

                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                          • Previous generation: (not recommended)

                                                                                            T1 node types: cache.t1.micro

                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                        • Compute optimized:

                                                                                          • Previous generation: (not recommended)

                                                                                            C1 node types: cache.c1.xlarge

                                                                                        • Memory optimized:

                                                                                          • Current generation:

                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                          • Previous generation: (not recommended)

                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                        Additional node type info

                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                        \n@return The compute and memory capacity of the nodes in the node group (shard).

                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                        • General purpose:

                                                                                          • Current generation:

                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                          • Previous generation: (not recommended)

                                                                                            T1 node types: cache.t1.micro

                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                        • Compute optimized:

                                                                                          • Previous generation: (not recommended)

                                                                                            C1 node types: cache.c1.xlarge

                                                                                        • Memory optimized:

                                                                                          • Current generation:

                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                          • Previous generation: (not recommended)

                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                        Additional node type info

                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                          The compute and memory capacity of the nodes in the node group (shard).

                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                          • General purpose:

                                                                                            • Current generation:

                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                            • Previous generation: (not recommended)

                                                                                              T1 node types: cache.t1.micro

                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                          • Compute optimized:

                                                                                            • Previous generation: (not recommended)

                                                                                              C1 node types: cache.c1.xlarge

                                                                                          • Memory optimized:

                                                                                            • Current generation:

                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                            • Previous generation: (not recommended)

                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                          Additional node type info

                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                          • General purpose:

                                                                                            • Current generation:

                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                            • Previous generation: (not recommended)

                                                                                              T1 node types: cache.t1.micro

                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                          • Compute optimized:

                                                                                            • Previous generation: (not recommended)

                                                                                              C1 node types: cache.c1.xlarge

                                                                                          • Memory optimized:

                                                                                            • Current generation:

                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                            • Previous generation: (not recommended)

                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                          Additional node type info

                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                          • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                            The compute and memory capacity of the nodes in the node group (shard).

                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                            • General purpose:

                                                                                              • Current generation:

                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                              • Previous generation: (not recommended)

                                                                                                T1 node types: cache.t1.micro

                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                            • Compute optimized:

                                                                                              • Previous generation: (not recommended)

                                                                                                C1 node types: cache.c1.xlarge

                                                                                            • Memory optimized:

                                                                                              • Current generation:

                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                              • Previous generation: (not recommended)

                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                            Additional node type info

                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                            \n@param engine The name of the cache engine to be used for the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                            \n@return The name of the cache engine to be used for the clusters in this replication 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                            \n@param engine The name of the cache engine to be used for the clusters in this replication group.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            \n@return The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                            \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                              The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                              \n@return The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                • ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                  The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                  If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                  If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                  • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                  • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  \n@return The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A list of cache security group names to associate with this replication 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 #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                  \n

                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                  \n@return A list of cache security group names to associate with this replication 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" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  \n

                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                  \n@return One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  \n

                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                  \n@return A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "getterModel" : { "returnType" : "java.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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "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" : "

                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshotArns(List)}.\n@param snapshotArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotArns(List)", "deprecated" : false, "documentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotArns", "fluentSetterDocumentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  \n

                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                  \n@return A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                  \n@return The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30", "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" : "

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                  Valid values for ddd are:

                                                                                                  • sun

                                                                                                  • mon

                                                                                                  • tue

                                                                                                  • wed

                                                                                                  • thu

                                                                                                  • fri

                                                                                                  • sat

                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each member of the replication group accepts connections.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                  \n@param port The port number on which each member of the replication group accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                  \n@return The port number on which each member of the replication group accepts connections.", "getterModel" : { "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 on which each member of the replication group accepts connections.

                                                                                                  \n@param port The port number on which each member of the replication group accepts connections.", "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 on which each member of the replication group accepts connections.

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                  \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                  Example: 05:00-09:00

                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authToken(String)}.\n@param authToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authToken(String)", "deprecated" : false, "documentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authToken", "fluentSetterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@return Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  \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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  \n@return A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  ", "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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  ", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@return A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AtRestEncryptionEnabled" : { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@return A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                  Default: false

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AuthToken" : { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authToken(String)}.\n@param authToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authToken(String)", "deprecated" : false, "documentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authToken", "fluentSetterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@return Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                  Password constraints:

                                                                                                  • Must be only printable ASCII characters.

                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                  This parameter is currently disabled.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutomaticFailoverEnabled" : { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                  Default: false

                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                  \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                  Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                  Default: false

                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                                  Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                  Default: false

                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                  \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                  Default: false

                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                                    Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                    Default: false

                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                    \n@return Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                    Default: false

                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                    • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                      Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                      If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                      AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                      Default: false

                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                      \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                      If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                      AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                      Default: false

                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                      • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                        Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                        If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                        AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                        Default: false

                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                        • General purpose:

                                                                                                          • Current generation:

                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                          • Previous generation: (not recommended)

                                                                                                            T1 node types: cache.t1.micro

                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                        • Compute optimized:

                                                                                                          • Previous generation: (not recommended)

                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                        • Memory optimized:

                                                                                                          • Current generation:

                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                          • Previous generation: (not recommended)

                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                        Additional node type info

                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                        • General purpose:

                                                                                                          • Current generation:

                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                          • Previous generation: (not recommended)

                                                                                                            T1 node types: cache.t1.micro

                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                        • Compute optimized:

                                                                                                          • Previous generation: (not recommended)

                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                        • Memory optimized:

                                                                                                          • Current generation:

                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                          • Previous generation: (not recommended)

                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                        Additional node type info

                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                        • General purpose:

                                                                                                          • Current generation:

                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                          • Previous generation: (not recommended)

                                                                                                            T1 node types: cache.t1.micro

                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                        • Compute optimized:

                                                                                                          • Previous generation: (not recommended)

                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                        • Memory optimized:

                                                                                                          • Current generation:

                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                          • Previous generation: (not recommended)

                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                        Additional node type info

                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                        \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                        • General purpose:

                                                                                                          • Current generation:

                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                          • Previous generation: (not recommended)

                                                                                                            T1 node types: cache.t1.micro

                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                        • Compute optimized:

                                                                                                          • Previous generation: (not recommended)

                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                        • Memory optimized:

                                                                                                          • Current generation:

                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                          • Previous generation: (not recommended)

                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                        Additional node type info

                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                          The compute and memory capacity of the nodes in the node group (shard).

                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                          • General purpose:

                                                                                                            • Current generation:

                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                            • Previous generation: (not recommended)

                                                                                                              T1 node types: cache.t1.micro

                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                          • Compute optimized:

                                                                                                            • Previous generation: (not recommended)

                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                          • Memory optimized:

                                                                                                            • Current generation:

                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                            • Previous generation: (not recommended)

                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                          Additional node type info

                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                          \n@return The compute and memory capacity of the nodes in the node group (shard).

                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                          • General purpose:

                                                                                                            • Current generation:

                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                            • Previous generation: (not recommended)

                                                                                                              T1 node types: cache.t1.micro

                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                          • Compute optimized:

                                                                                                            • Previous generation: (not recommended)

                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                          • Memory optimized:

                                                                                                            • Current generation:

                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                            • Previous generation: (not recommended)

                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                          Additional node type info

                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                            The compute and memory capacity of the nodes in the node group (shard).

                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                            • General purpose:

                                                                                                              • Current generation:

                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                              • Previous generation: (not recommended)

                                                                                                                T1 node types: cache.t1.micro

                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                            • Compute optimized:

                                                                                                              • Previous generation: (not recommended)

                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                            • Memory optimized:

                                                                                                              • Current generation:

                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                              • Previous generation: (not recommended)

                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                            Additional node type info

                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                            \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                            • General purpose:

                                                                                                              • Current generation:

                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                              • Previous generation: (not recommended)

                                                                                                                T1 node types: cache.t1.micro

                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                            • Compute optimized:

                                                                                                              • Previous generation: (not recommended)

                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                            • Memory optimized:

                                                                                                              • Current generation:

                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                              • Previous generation: (not recommended)

                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                            Additional node type info

                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                            • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                              The compute and memory capacity of the nodes in the node group (shard).

                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                              • General purpose:

                                                                                                                • Current generation:

                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                • Previous generation: (not recommended)

                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                              • Compute optimized:

                                                                                                                • Previous generation: (not recommended)

                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                              • Memory optimized:

                                                                                                                • Current generation:

                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                • Previous generation: (not recommended)

                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                              Additional node type info

                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                              The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                              The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                              \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                \n@return The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                  The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                  If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                  If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                  • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                  • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                  If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                  If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                  • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                  • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                  • ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                    The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                    If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                    If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                    • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                    • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSecurityGroupNames" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    A list of cache security group names to associate with this replication 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 #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                    A list of cache security group names to associate with this replication group.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                    A list of cache security group names to associate with this replication group.

                                                                                                                    \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                    A list of cache security group names to associate with this replication group.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return A list of cache security group names to associate with this replication 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" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    A list of cache security group names to associate with this replication group.

                                                                                                                    \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    A list of cache security group names to associate with this replication group.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    \n@return The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                    The name of the cache subnet group to be used for the replication group.

                                                                                                                    If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                    \n@param engine The name of the cache engine to be used for the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                    \n@return The name of the cache engine to be used for the clusters in this replication 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                    \n@param engine The name of the cache engine to be used for the clusters in this replication group.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                    The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                    The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                    The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    \n@return The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                    Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupConfiguration" : { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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 #nodeGroupConfiguration(List)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                    \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupConfiguration)}.\n@param member a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupConfiguration)", "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" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : "", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupConfiguration", "memberType" : "NodeGroupConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                    \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                    If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                    The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NumCacheClusters" : { "beanStyleGetterMethodName" : "getNumCacheClusters", "beanStyleSetterMethodName" : "setNumCacheClusters", "c2jName" : "NumCacheClusters", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheClusters(Integer)}.\n@param numCacheClusters a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheClusters(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheClusters", "fluentSetterDocumentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheClusters", "getterDocumentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    \n@return The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheClusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "setterMethodName" : "setNumCacheClusters", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : "

                                                                                                                    The number of clusters this replication group initially has.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                    If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                    The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NumNodeGroups" : { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    \n@return An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                                                    An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                    Default: 1

                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The port number on which each member of the replication group accepts connections.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each member of the replication group accepts connections.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                    The port number on which each member of the replication group accepts connections.

                                                                                                                    \n@param port The port number on which each member of the replication group accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                    The port number on which each member of the replication group accepts connections.

                                                                                                                    \n@return The port number on which each member of the replication group accepts connections.", "getterModel" : { "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 on which each member of the replication group accepts connections.

                                                                                                                    \n@param port The port number on which each member of the replication group accepts connections.", "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 on which each member of the replication group accepts connections.

                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PreferredCacheClusterAZs" : { "beanStyleGetterMethodName" : "getPreferredCacheClusterAZs", "beanStyleSetterMethodName" : "setPreferredCacheClusterAZs", "c2jName" : "PreferredCacheClusterAZs", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredCacheClusterAZs(List)}.\n@param preferredCacheClusterAZs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredCacheClusterAZs(List)", "deprecated" : false, "documentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredCacheClusterAZs", "fluentSetterDocumentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredCacheClusterAZs", "getterDocumentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredCacheClusterAZs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredCacheClusterAZs", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredCacheClusterAZs", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.", "setterMethodName" : "setPreferredCacheClusterAZs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                    This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                    If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                    The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                    Default: system chosen Availability Zones.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                    Valid values for ddd are:

                                                                                                                    • sun

                                                                                                                    • mon

                                                                                                                    • tue

                                                                                                                    • wed

                                                                                                                    • thu

                                                                                                                    • fri

                                                                                                                    • sat

                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrimaryClusterId" : { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    \n@return The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                    The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                    This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicasPerNodeGroup" : { "beanStyleGetterMethodName" : "getReplicasPerNodeGroup", "beanStyleSetterMethodName" : "setReplicasPerNodeGroup", "c2jName" : "ReplicasPerNodeGroup", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicasPerNodeGroup(Integer)}.\n@param replicasPerNodeGroup a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasPerNodeGroup(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasPerNodeGroup", "fluentSetterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasPerNodeGroup", "getterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    \n@return An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasPerNodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasPerNodeGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicasPerNodeGroup", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "setterMethodName" : "setReplicasPerNodeGroup", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : "

                                                                                                                    An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    A user-created description for the replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                    A user-created description for the replication group.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                    A user-created description for the replication group.

                                                                                                                    \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                    A user-created description for the replication group.

                                                                                                                    \n@return A user-created description for the replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                    A user-created description for the replication group.

                                                                                                                    \n@param replicationGroupDescription A user-created description for the replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                    A user-created description for the replication group.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                    Constraints:

                                                                                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                    • The first character must be a letter.

                                                                                                                    • A name 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                    Constraints:

                                                                                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                    • The first character must be a letter.

                                                                                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                    The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                    Constraints:

                                                                                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                    • The first character must be a letter.

                                                                                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                    \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                    Constraints:

                                                                                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                    • The first character must be a letter.

                                                                                                                    • A name 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" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                      The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                      Constraints:

                                                                                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                      • The first character must be a letter.

                                                                                                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                      \n@return The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                      Constraints:

                                                                                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                      • The first character must be a letter.

                                                                                                                      • A name 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                        Constraints:

                                                                                                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                        • The first character must be a letter.

                                                                                                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                        \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                        Constraints:

                                                                                                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                        • The first character must be a letter.

                                                                                                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                        • ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                          Constraints:

                                                                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                          • The first character must be a letter.

                                                                                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n@return One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          One or more Amazon VPC security groups associated with this replication group.

                                                                                                                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotArns" : { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshotArns(List)}.\n@param snapshotArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotArns(List)", "deprecated" : false, "documentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotArns", "fluentSetterDocumentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n@return A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                          Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                          \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                          \n@return The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                          \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                          The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                          \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                          The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                          Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                          Example: 05:00-09:00

                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n@return A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "getterModel" : { "returnType" : "java.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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "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" : "

                                                                                                                          A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TransitEncryptionEnabled" : { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          \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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          \n@return A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          ", "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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          ", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                          This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                          If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                          Default: false

                                                                                                                          For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                          Constraints:

                                                                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                          • The first character must be a letter.

                                                                                                                          • A name 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                          Constraints:

                                                                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                          • The first character must be a letter.

                                                                                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                          The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                          Constraints:

                                                                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                          • The first character must be a letter.

                                                                                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                          \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                          Constraints:

                                                                                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                          • The first character must be a letter.

                                                                                                                          • A name 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" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                            The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                            Constraints:

                                                                                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                            • The first character must be a letter.

                                                                                                                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                            \n@return The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                            Constraints:

                                                                                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                            • The first character must be a letter.

                                                                                                                            • A name 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                              The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                              Constraints:

                                                                                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                              • The first character must be a letter.

                                                                                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                              \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                              Constraints:

                                                                                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                              • The first character must be a letter.

                                                                                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                              • ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                The replication group identifier. This parameter is stored as a lowercase string.

                                                                                                                                Constraints:

                                                                                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                                                                                • The first character must be a letter.

                                                                                                                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A user-created description for the replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A user-created description for the replication group.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                A user-created description for the replication group.

                                                                                                                                \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                A user-created description for the replication group.

                                                                                                                                \n@return A user-created description for the replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                A user-created description for the replication group.

                                                                                                                                \n@param replicationGroupDescription A user-created description for the replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                A user-created description for the replication group.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                \n@return The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                \n@param primaryClusterId The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                The identifier of the cluster that serves as the primary for this replication group. This cluster must already exist and have a status of available.

                                                                                                                                This parameter is not required if NumCacheClusters, NumNodeGroups, or ReplicasPerNodeGroup is specified.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                Default: false

                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                Default: false

                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                                                                Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                Default: false

                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                Default: false

                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                                                                  Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                  Default: false

                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                  \n@return Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                  If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                  AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                  Default: false

                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                  • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                    Default: false

                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                    \n@param automaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                    If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                    AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                    Default: false

                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                    • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                      Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

                                                                                                                                      If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                                                                                                                                      AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

                                                                                                                                      Default: false

                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheClusters", "beanStyleSetterMethodName" : "setNumCacheClusters", "c2jName" : "NumCacheClusters", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheClusters(Integer)}.\n@param numCacheClusters a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheClusters(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheClusters", "fluentSetterDocumentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheClusters", "getterDocumentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      \n@return The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheClusters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      \n@param numCacheClusters The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).", "setterMethodName" : "setNumCacheClusters", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheClusters", "variableType" : "Integer", "documentation" : "

                                                                                                                                      The number of clusters this replication group initially has.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use ReplicasPerNodeGroup instead.

                                                                                                                                      If AutomaticFailoverEnabled is true, the value of this parameter must be at least 2. If AutomaticFailoverEnabled is false you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.

                                                                                                                                      The maximum permitted value for NumCacheClusters is 6 (1 primary plus 5 replicas).

                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredCacheClusterAZs", "beanStyleSetterMethodName" : "setPreferredCacheClusterAZs", "c2jName" : "PreferredCacheClusterAZs", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredCacheClusterAZs(List)}.\n@param preferredCacheClusterAZs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredCacheClusterAZs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredCacheClusterAZs", "fluentSetterDocumentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredCacheClusterAZs", "getterDocumentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      \n

                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                      \n@return A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredCacheClusterAZs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredCacheClusterAZs", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredCacheClusterAZs", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      \n@param preferredCacheClusterAZs A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.", "setterMethodName" : "setPreferredCacheClusterAZs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      A list of EC2 Availability Zones in which the replication group's clusters are created. The order of the Availability Zones in the list is the order in which clusters are allocated. The primary cluster is created in the first AZ in the list.

                                                                                                                                      This parameter is not used if there is more than one node group (shard). You should use NodeGroupConfiguration instead.

                                                                                                                                      If you are creating your replication group in an Amazon VPC (recommended), you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.

                                                                                                                                      The number of Availability Zones listed must equal the value of NumCacheClusters.

                                                                                                                                      Default: system chosen Availability Zones.

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      \n@return An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      \n@param numNodeGroups An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                                                                      An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

                                                                                                                                      Default: 1

                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicasPerNodeGroup", "beanStyleSetterMethodName" : "setReplicasPerNodeGroup", "c2jName" : "ReplicasPerNodeGroup", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicasPerNodeGroup(Integer)}.\n@param replicasPerNodeGroup a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasPerNodeGroup(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasPerNodeGroup", "fluentSetterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasPerNodeGroup", "getterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      \n@return An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasPerNodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasPerNodeGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicasPerNodeGroup", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      \n@param replicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.", "setterMethodName" : "setReplicasPerNodeGroup", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicasPerNodeGroup", "variableType" : "Integer", "documentation" : "

                                                                                                                                      An optional parameter that specifies the number of replica nodes in each node group (shard). Valid values are 0 to 5.

                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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 #nodeGroupConfiguration(List)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                                      \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                                      \n

                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                      \n@return A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node 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" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupConfiguration)}.\n@param member a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupConfiguration)", "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" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "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" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "member", "variableType" : "NodeGroupConfiguration", "documentation" : "", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupConfiguration", "memberType" : "NodeGroupConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                                      \n@param nodeGroupConfiguration A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

                                                                                                                                      If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file, you must configure each node group (shard) using this parameter because you must specify the slots for each node group.

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                      • General purpose:

                                                                                                                                        • Current generation:

                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                      • Compute optimized:

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                      • Memory optimized:

                                                                                                                                        • Current generation:

                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                      Additional node type info

                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                      • General purpose:

                                                                                                                                        • Current generation:

                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                      • Compute optimized:

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                      • Memory optimized:

                                                                                                                                        • Current generation:

                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                      Additional node type info

                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                      The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                      • General purpose:

                                                                                                                                        • Current generation:

                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                      • Compute optimized:

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                      • Memory optimized:

                                                                                                                                        • Current generation:

                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                      Additional node type info

                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                      \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                      • General purpose:

                                                                                                                                        • Current generation:

                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                      • Compute optimized:

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                      • Memory optimized:

                                                                                                                                        • Current generation:

                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                      Additional node type info

                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                        The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                        • General purpose:

                                                                                                                                          • Current generation:

                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                        • Compute optimized:

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                        • Memory optimized:

                                                                                                                                          • Current generation:

                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                        Additional node type info

                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                        \n@return The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                        • General purpose:

                                                                                                                                          • Current generation:

                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                        • Compute optimized:

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                        • Memory optimized:

                                                                                                                                          • Current generation:

                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                        Additional node type info

                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                          The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                          • General purpose:

                                                                                                                                            • Current generation:

                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                          • Compute optimized:

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                          • Memory optimized:

                                                                                                                                            • Current generation:

                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                          Additional node type info

                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                          • General purpose:

                                                                                                                                            • Current generation:

                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                          • Compute optimized:

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                          • Memory optimized:

                                                                                                                                            • Current generation:

                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                          Additional node type info

                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                          • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                            The compute and memory capacity of the nodes in the node group (shard).

                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                            • General purpose:

                                                                                                                                              • Current generation:

                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                            • Compute optimized:

                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                            • Memory optimized:

                                                                                                                                              • Current generation:

                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                            Additional node type info

                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                                            \n@param engine The name of the cache engine to be used for the clusters in this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                                            \n@return The name of the cache engine to be used for the clusters in this replication 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                                            \n@param engine The name of the cache engine to be used for the clusters in this replication group.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                            The name of the cache engine to be used for the clusters in this replication group.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                            The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            \n@return The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "getterModel" : { "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            \n@param engineVersion The version number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.", "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 number of the cache engine to be used for the clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.

                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster or replication group and create it anew with the earlier engine version.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                            The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                            \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                            If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                            If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                            • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                            • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                              The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                              \n@return The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                              If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                              If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                              • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                              • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                                \n@param cacheParameterGroupName The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                                If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                                If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                                • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                                • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                                • ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

                                                                                                                                                  If you are restoring to an engine version that is different than the original, you must specify the default version of that version. For example, CacheParameterGroupName=default.redis4.0.

                                                                                                                                                  If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

                                                                                                                                                  • To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2.

                                                                                                                                                  • To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  \n@return The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  ", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the cache subnet group to be used for the replication group.

                                                                                                                                                  If you're going to launch your cluster in an Amazon VPC, you need to create a subnet group before you start creating a cluster. For more information, see Subnets and Subnet Groups.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication 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 #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of cache security group names to associate with this replication 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" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of cache security group names to associate with this replication group.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  One or more Amazon VPC security groups associated with this replication group.

                                                                                                                                                  Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "getterModel" : { "returnType" : "java.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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  \n@param tags A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.", "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" : "

                                                                                                                                                  A list of cost allocation tags to be added to this resource. Tags are comma-separated key,value pairs (e.g. Key=myKey, Value=myKeyValue. You can include multiple tags as shown following: Key=myKey, Value=myKeyValue Key=mySecondKey, Value=mySecondKeyValue.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotArns", "beanStyleSetterMethodName" : "setSnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshotArns(List)}.\n@param snapshotArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotArns(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotArns", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotArns", "getterDocumentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArns", "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" : "SnapshotArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotArn", "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" : "SnapshotArn", "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" : "SnapshotArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  \n@param snapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb", "setterMethodName" : "setSnapshotArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshotArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

                                                                                                                                                  Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                                                  \n@return The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of a snapshot from which to restore data into the new replication group. The snapshot status changes to restoring while the new replication group is being created.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                  • sun

                                                                                                                                                  • mon

                                                                                                                                                  • tue

                                                                                                                                                  • wed

                                                                                                                                                  • thu

                                                                                                                                                  • fri

                                                                                                                                                  • sat

                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 on which each member of the replication group accepts connections.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                                                                  \n@param port The port number on which each member of the replication group accepts connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                  The port number on which each member of the replication group accepts connections.

                                                                                                                                                  \n@return The port number on which each member of the replication group accepts connections.", "getterModel" : { "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 on which each member of the replication group accepts connections.

                                                                                                                                                  \n@param port The port number on which each member of the replication group accepts connections.", "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 on which each member of the replication group accepts connections.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.

                                                                                                                                                  The Amazon SNS topic owner must be the same as the cluster owner.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  \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" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this 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 #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                                                  \n@return The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this 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" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                  Default: 0 (i.e., automatic backups are disabled for this cluster).

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthToken", "beanStyleSetterMethodName" : "setAuthToken", "c2jName" : "AuthToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authToken(String)}.\n@param authToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authToken", "getterDocumentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  \n@return Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  \n@param authToken Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.", "setterMethodName" : "setAuthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Reserved parameter. The password used to access a password protected server.

                                                                                                                                                  AuthToken can be specified only on replication groups where TransitEncryptionEnabled is true.

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  Password constraints:

                                                                                                                                                  • Must be only printable ASCII characters.

                                                                                                                                                  • Must be at least 16 characters and no more than 128 characters in length.

                                                                                                                                                  • Cannot contain any of the following characters: '/', '\"', or '@'.

                                                                                                                                                  For more information, see AUTH password at http://redis.io/commands/AUTH.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  \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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  \n@return A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  ", "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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  ", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                  A flag that enables in-transit encryption when set to true.

                                                                                                                                                  You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                  This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6 or 4.x, and the cluster is being created in an Amazon VPC.

                                                                                                                                                  If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  \n@return A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  \n@param atRestEncryptionEnabled A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                  A flag that enables encryption at rest when set to true.

                                                                                                                                                  You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

                                                                                                                                                  Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                  Default: false

                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId", "ReplicationGroupDescription" ], "shapeName" : "CreateReplicationGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReplicationGroupRequest", "variableName" : "createReplicationGroupRequest", "variableType" : "CreateReplicationGroupRequest", "documentation" : null, "simpleType" : "CreateReplicationGroupRequest", "variableSetterType" : "CreateReplicationGroupRequest" }, "wrapper" : false }, "CreateReplicationGroupResponse" : { "c2jName" : "CreateReplicationGroupResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReplicationGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateReplicationGroupResult" }, "variable" : { "variableDeclarationType" : "CreateReplicationGroupResponse", "variableName" : "createReplicationGroupResponse", "variableType" : "CreateReplicationGroupResponse", "documentation" : null, "simpleType" : "CreateReplicationGroupResponse", "variableSetterType" : "CreateReplicationGroupResponse" }, "wrapper" : false }, "CreateSnapshotRequest" : { "c2jName" : "CreateSnapshotMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Represents the input of a CreateSnapshot operation.

                                                                                                                                                  ", "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" : "CreateSnapshot", "locationName" : null, "requestUri" : "/", "target" : "CreateSnapshot", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@return The identifier of an existing replication group. The snapshot is created from this replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@return The identifier of an existing cluster. The snapshot is created from this 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@return A name for the snapshot being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@return The identifier of an existing cluster. The snapshot is created from this 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@return The identifier of an existing replication group. The snapshot is created from this replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@return A name for the snapshot being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@return The identifier of an existing replication group. The snapshot is created from this replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  \n@param replicationGroupId The identifier of an existing replication group. The snapshot is created from this replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing replication group. The snapshot is created from this replication group.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@return The identifier of an existing cluster. The snapshot is created from this 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  \n@param cacheClusterId The identifier of an existing cluster. The snapshot is created from this cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The identifier of an existing cluster. The snapshot is created from this cluster.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@return A name for the snapshot being 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  \n@param snapshotName A name for the snapshot being created.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                  A name for the snapshot being created.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SnapshotName" ], "shapeName" : "CreateSnapshotRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSnapshotRequest", "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "documentation" : null, "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "wrapper" : false }, "CreateSnapshotResponse" : { "c2jName" : "CreateSnapshotResult", "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" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Snapshot" : { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateSnapshotResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateSnapshotResult" }, "variable" : { "variableDeclarationType" : "CreateSnapshotResponse", "variableName" : "createSnapshotResponse", "variableType" : "CreateSnapshotResponse", "documentation" : null, "simpleType" : "CreateSnapshotResponse", "variableSetterType" : "CreateSnapshotResponse" }, "wrapper" : false }, "DecreaseReplicaCountRequest" : { "c2jName" : "DecreaseReplicaCountMessage", "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" : "DecreaseReplicaCount", "locationName" : null, "requestUri" : "/", "target" : "DecreaseReplicaCount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  \n@return The id of the replication group from which you want to remove replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                  The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                  \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                    The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                    The minimum number of replicas in a shard or replication group is:

                                                                                                                                                    • Redis (cluster mode disabled)

                                                                                                                                                      • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                      • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                    \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                    The minimum number of replicas in a shard or replication group is:

                                                                                                                                                    • Redis (cluster mode disabled)

                                                                                                                                                      • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                      • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                    • ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                      The minimum number of replicas in a shard or replication group is:

                                                                                                                                                      • Redis (cluster mode disabled)

                                                                                                                                                        • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                        • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                      • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                      \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                      The minimum number of replicas in a shard or replication group is:

                                                                                                                                                      • Redis (cluster mode disabled)

                                                                                                                                                        • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                        • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                      • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                      • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                        The minimum number of replicas in a shard or replication group is:

                                                                                                                                                        • Redis (cluster mode disabled)

                                                                                                                                                          • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                          • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicasToRemove", "beanStyleSetterMethodName" : "setReplicasToRemove", "c2jName" : "ReplicasToRemove", "c2jShape" : "RemoveReplicasList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicasToRemove(List)}.\n@param replicasToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasToRemove", "getterDocumentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n@return A list of the node ids to remove from the replication group or node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasToRemove", "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" : "ReplicasToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).", "setterMethodName" : "setReplicasToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@return If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@return If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                        If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "NewReplicaCount" : { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                        The minimum number of replicas in a shard or replication group is:

                                                                                                                                                        • Redis (cluster mode disabled)

                                                                                                                                                          • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                          • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                        The minimum number of replicas in a shard or replication group is:

                                                                                                                                                        • Redis (cluster mode disabled)

                                                                                                                                                          • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                          • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                        The minimum number of replicas in a shard or replication group is:

                                                                                                                                                        • Redis (cluster mode disabled)

                                                                                                                                                          • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                          • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                        \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                        The minimum number of replicas in a shard or replication group is:

                                                                                                                                                        • Redis (cluster mode disabled)

                                                                                                                                                          • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                          • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                        • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                          The minimum number of replicas in a shard or replication group is:

                                                                                                                                                          • Redis (cluster mode disabled)

                                                                                                                                                            • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                            • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                          \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                          The minimum number of replicas in a shard or replication group is:

                                                                                                                                                          • Redis (cluster mode disabled)

                                                                                                                                                            • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                            • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                          • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                          • ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                            The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                            The minimum number of replicas in a shard or replication group is:

                                                                                                                                                            • Redis (cluster mode disabled)

                                                                                                                                                              • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                              • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                            • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                            \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                            The minimum number of replicas in a shard or replication group is:

                                                                                                                                                            • Redis (cluster mode disabled)

                                                                                                                                                              • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                              • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                            • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                            • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                              The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                              The minimum number of replicas in a shard or replication group is:

                                                                                                                                                              • Redis (cluster mode disabled)

                                                                                                                                                                • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicaConfiguration" : { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              \n

                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                              \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                              A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicasToRemove" : { "beanStyleGetterMethodName" : "getReplicasToRemove", "beanStyleSetterMethodName" : "setReplicasToRemove", "c2jName" : "ReplicasToRemove", "c2jShape" : "RemoveReplicasList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicasToRemove(List)}.\n@param replicasToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasToRemove", "getterDocumentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              \n

                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                              \n@return A list of the node ids to remove from the replication group or node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasToRemove", "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" : "ReplicasToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).", "setterMethodName" : "setReplicasToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                              A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@return The id of the replication group from which you want to remove replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@return The id of the replication group from which you want to remove replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              \n@param replicationGroupId The id of the replication group from which you want to remove replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                              The id of the replication group from which you want to remove replica nodes.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                              The minimum number of replicas in a shard or replication group is:

                                                                                                                                                              • Redis (cluster mode disabled)

                                                                                                                                                                • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                              The minimum number of replicas in a shard or replication group is:

                                                                                                                                                              • Redis (cluster mode disabled)

                                                                                                                                                                • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                              The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                              The minimum number of replicas in a shard or replication group is:

                                                                                                                                                              • Redis (cluster mode disabled)

                                                                                                                                                                • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                              \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                              The minimum number of replicas in a shard or replication group is:

                                                                                                                                                              • Redis (cluster mode disabled)

                                                                                                                                                                • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                              • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                                The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                The minimum number of replicas in a shard or replication group is:

                                                                                                                                                                • Redis (cluster mode disabled)

                                                                                                                                                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                  • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                                \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                The minimum number of replicas in a shard or replication group is:

                                                                                                                                                                • Redis (cluster mode disabled)

                                                                                                                                                                  • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                  • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                                • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                                • ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                  The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                                  \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                  The minimum number of replicas in a shard or replication group is:

                                                                                                                                                                  • Redis (cluster mode disabled)

                                                                                                                                                                    • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                    • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                                  • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                                  • ", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                    The minimum number of replicas in a shard or replication group is:

                                                                                                                                                                    • Redis (cluster mode disabled)

                                                                                                                                                                      • If Multi-AZ with Automatic Failover is enabled: 1

                                                                                                                                                                      • If Multi-AZ with Automatic Failover is not enabled: 0

                                                                                                                                                                    • Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicasToRemove", "beanStyleSetterMethodName" : "setReplicasToRemove", "c2jName" : "ReplicasToRemove", "c2jShape" : "RemoveReplicasList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicasToRemove(List)}.\n@param replicasToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicasToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicasToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicasToRemove", "getterDocumentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of the node ids to remove from the replication group or node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicasToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicasToRemove", "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" : "ReplicasToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    \n@param replicasToRemove A list of the node ids to remove from the replication group or node group (shard).", "setterMethodName" : "setReplicasToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicasToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of the node ids to remove from the replication group or node group (shard).

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                    \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                    \n@return If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                    \n@param applyImmediately If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                                    If True, the number of replica nodes is decreased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId", "ApplyImmediately" ], "shapeName" : "DecreaseReplicaCountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DecreaseReplicaCountRequest", "variableName" : "decreaseReplicaCountRequest", "variableType" : "DecreaseReplicaCountRequest", "documentation" : null, "simpleType" : "DecreaseReplicaCountRequest", "variableSetterType" : "DecreaseReplicaCountRequest" }, "wrapper" : false }, "DecreaseReplicaCountResponse" : { "c2jName" : "DecreaseReplicaCountResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DecreaseReplicaCountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DecreaseReplicaCountResult" }, "variable" : { "variableDeclarationType" : "DecreaseReplicaCountResponse", "variableName" : "decreaseReplicaCountResponse", "variableType" : "DecreaseReplicaCountResponse", "documentation" : null, "simpleType" : "DecreaseReplicaCountResponse", "variableSetterType" : "DecreaseReplicaCountResponse" }, "wrapper" : false }, "DeleteCacheClusterRequest" : { "c2jName" : "DeleteCacheClusterMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteCacheCluster operation.

                                                                                                                                                                    ", "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" : "DeleteCacheCluster", "locationName" : null, "requestUri" : "/", "target" : "DeleteCacheCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@return The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FinalSnapshotIdentifier" : { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@return The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@return The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheClusterId" ], "shapeName" : "DeleteCacheClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCacheClusterRequest", "variableName" : "deleteCacheClusterRequest", "variableType" : "DeleteCacheClusterRequest", "documentation" : null, "simpleType" : "DeleteCacheClusterRequest", "variableSetterType" : "DeleteCacheClusterRequest" }, "wrapper" : false }, "DeleteCacheClusterResponse" : { "c2jName" : "DeleteCacheClusterResult", "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" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheCluster" : { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteCacheClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteCacheClusterResult" }, "variable" : { "variableDeclarationType" : "DeleteCacheClusterResponse", "variableName" : "deleteCacheClusterResponse", "variableType" : "DeleteCacheClusterResponse", "documentation" : null, "simpleType" : "DeleteCacheClusterResponse", "variableSetterType" : "DeleteCacheClusterResponse" }, "wrapper" : false }, "DeleteCacheParameterGroupRequest" : { "c2jName" : "DeleteCacheParameterGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteCacheParameterGroup operation.

                                                                                                                                                                    ", "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" : "DeleteCacheParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "DeleteCacheParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@return The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    \n@param cacheParameterGroupName The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache parameter group to delete.

                                                                                                                                                                    The specified cache security group must not be associated with any clusters.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheParameterGroupName" ], "shapeName" : "DeleteCacheParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCacheParameterGroupRequest", "variableName" : "deleteCacheParameterGroupRequest", "variableType" : "DeleteCacheParameterGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheParameterGroupRequest", "variableSetterType" : "DeleteCacheParameterGroupRequest" }, "wrapper" : false }, "DeleteCacheParameterGroupResponse" : { "c2jName" : "DeleteCacheParameterGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : "DeleteCacheParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCacheParameterGroupResponse", "variableName" : "deleteCacheParameterGroupResponse", "variableType" : "DeleteCacheParameterGroupResponse", "documentation" : null, "simpleType" : "DeleteCacheParameterGroupResponse", "variableSetterType" : "DeleteCacheParameterGroupResponse" }, "wrapper" : false }, "DeleteCacheSecurityGroupRequest" : { "c2jName" : "DeleteCacheSecurityGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteCacheSecurityGroup operation.

                                                                                                                                                                    ", "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" : "DeleteCacheSecurityGroup", "locationName" : null, "requestUri" : "/", "target" : "DeleteCacheSecurityGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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 #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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 #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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 #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@return The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default 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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache security group to delete.

                                                                                                                                                                    You cannot delete the default security group.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSecurityGroupName" ], "shapeName" : "DeleteCacheSecurityGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCacheSecurityGroupRequest", "variableName" : "deleteCacheSecurityGroupRequest", "variableType" : "DeleteCacheSecurityGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheSecurityGroupRequest", "variableSetterType" : "DeleteCacheSecurityGroupRequest" }, "wrapper" : false }, "DeleteCacheSecurityGroupResponse" : { "c2jName" : "DeleteCacheSecurityGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : "DeleteCacheSecurityGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCacheSecurityGroupResponse", "variableName" : "deleteCacheSecurityGroupResponse", "variableType" : "DeleteCacheSecurityGroupResponse", "documentation" : null, "simpleType" : "DeleteCacheSecurityGroupResponse", "variableSetterType" : "DeleteCacheSecurityGroupResponse" }, "wrapper" : false }, "DeleteCacheSubnetGroupRequest" : { "c2jName" : "DeleteCacheSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteCacheSubnetGroup operation.

                                                                                                                                                                    ", "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" : "DeleteCacheSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "DeleteCacheSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@return The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@return The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@return The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the cache subnet group to delete.

                                                                                                                                                                    Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSubnetGroupName" ], "shapeName" : "DeleteCacheSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCacheSubnetGroupRequest", "variableName" : "deleteCacheSubnetGroupRequest", "variableType" : "DeleteCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheSubnetGroupRequest", "variableSetterType" : "DeleteCacheSubnetGroupRequest" }, "wrapper" : false }, "DeleteCacheSubnetGroupResponse" : { "c2jName" : "DeleteCacheSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : "DeleteCacheSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCacheSubnetGroupResponse", "variableName" : "deleteCacheSubnetGroupResponse", "variableType" : "DeleteCacheSubnetGroupResponse", "documentation" : null, "simpleType" : "DeleteCacheSubnetGroupResponse", "variableSetterType" : "DeleteCacheSubnetGroupResponse" }, "wrapper" : false }, "DeleteReplicationGroupRequest" : { "c2jName" : "DeleteReplicationGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteReplicationGroup operation.

                                                                                                                                                                    ", "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" : "DeleteReplicationGroup", "locationName" : null, "requestUri" : "/", "target" : "DeleteReplicationGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetainPrimaryCluster", "beanStyleSetterMethodName" : "setRetainPrimaryCluster", "c2jName" : "RetainPrimaryCluster", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \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 #retainPrimaryCluster(Boolean)}.\n@param retainPrimaryCluster 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 #retainPrimaryCluster(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retainPrimaryCluster", "fluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retainPrimaryCluster", "getterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@return If set to true, all of the read replicas are deleted, but the primary node is retained.", "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" : "RetainPrimaryCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RetainPrimaryCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RetainPrimaryCluster", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.", "setterMethodName" : "setRetainPrimaryCluster", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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 #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@return The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FinalSnapshotIdentifier" : { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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 #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@return The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RetainPrimaryCluster" : { "beanStyleGetterMethodName" : "getRetainPrimaryCluster", "beanStyleSetterMethodName" : "setRetainPrimaryCluster", "c2jName" : "RetainPrimaryCluster", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \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 #retainPrimaryCluster(Boolean)}.\n@param retainPrimaryCluster 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 #retainPrimaryCluster(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retainPrimaryCluster", "fluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retainPrimaryCluster", "getterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@return If set to true, all of the read replicas are deleted, but the primary node is retained.", "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" : "RetainPrimaryCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RetainPrimaryCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RetainPrimaryCluster", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.", "setterMethodName" : "setRetainPrimaryCluster", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@return The identifier for the cluster to be deleted. This parameter is not case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRetainPrimaryCluster", "beanStyleSetterMethodName" : "setRetainPrimaryCluster", "c2jName" : "RetainPrimaryCluster", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \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 #retainPrimaryCluster(Boolean)}.\n@param retainPrimaryCluster 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 #retainPrimaryCluster(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retainPrimaryCluster", "fluentSetterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retainPrimaryCluster", "getterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@return If set to true, all of the read replicas are deleted, but the primary node is retained.", "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" : "RetainPrimaryCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RetainPrimaryCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RetainPrimaryCluster", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    \n@param retainPrimaryCluster If set to true, all of the read replicas are deleted, but the primary node is retained.", "setterMethodName" : "setRetainPrimaryCluster", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    If set to true, all of the read replicas are deleted, but the primary node is retained.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalSnapshotIdentifier", "beanStyleSetterMethodName" : "setFinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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 #finalSnapshotIdentifier(String)}.\n@param finalSnapshotIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #finalSnapshotIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalSnapshotIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalSnapshotIdentifier", "getterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@return The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately 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" : "FinalSnapshotIdentifier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FinalSnapshotIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalSnapshotIdentifier", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    \n@param finalSnapshotIdentifier The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.", "setterMethodName" : "setFinalSnapshotIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId" ], "shapeName" : "DeleteReplicationGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReplicationGroupRequest", "variableName" : "deleteReplicationGroupRequest", "variableType" : "DeleteReplicationGroupRequest", "documentation" : null, "simpleType" : "DeleteReplicationGroupRequest", "variableSetterType" : "DeleteReplicationGroupRequest" }, "wrapper" : false }, "DeleteReplicationGroupResponse" : { "c2jName" : "DeleteReplicationGroupResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReplicationGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteReplicationGroupResult" }, "variable" : { "variableDeclarationType" : "DeleteReplicationGroupResponse", "variableName" : "deleteReplicationGroupResponse", "variableType" : "DeleteReplicationGroupResponse", "documentation" : null, "simpleType" : "DeleteReplicationGroupResponse", "variableSetterType" : "DeleteReplicationGroupResponse" }, "wrapper" : false }, "DeleteSnapshotRequest" : { "c2jName" : "DeleteSnapshotMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DeleteSnapshot operation.

                                                                                                                                                                    ", "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" : "DeleteSnapshot", "locationName" : null, "requestUri" : "/", "target" : "DeleteSnapshot", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@return The name of the snapshot 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@return The name of the snapshot 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@return The name of the snapshot 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    \n@param snapshotName The name of the snapshot to be deleted.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The name of the snapshot to be deleted.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SnapshotName" ], "shapeName" : "DeleteSnapshotRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSnapshotRequest", "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "documentation" : null, "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "wrapper" : false }, "DeleteSnapshotResponse" : { "c2jName" : "DeleteSnapshotResult", "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" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Snapshot" : { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnapshot", "beanStyleSetterMethodName" : "setSnapshot", "c2jName" : "Snapshot", "c2jShape" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #snapshot(Snapshot)}.\n@param snapshot a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshot(Snapshot)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshot", "fluentSetterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshot", "getterDocumentation" : "Returns the value of the Snapshot property for this object.\n@return The value of the Snapshot property for this object.", "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Snapshot", "sensitive" : false, "setterDocumentation" : "Sets the value of the Snapshot property for this object.\n\n@param snapshot The new value for the Snapshot property for this object.", "setterMethodName" : "setSnapshot", "setterModel" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSnapshotResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteSnapshotResult" }, "variable" : { "variableDeclarationType" : "DeleteSnapshotResponse", "variableName" : "deleteSnapshotResponse", "variableType" : "DeleteSnapshotResponse", "documentation" : null, "simpleType" : "DeleteSnapshotResponse", "variableSetterType" : "DeleteSnapshotResponse" }, "wrapper" : false }, "DescribeCacheClustersRequest" : { "c2jName" : "DescribeCacheClustersMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DescribeCacheClusters operation.

                                                                                                                                                                    ", "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" : "DescribeCacheClusters", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheClusters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@return The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getShowCacheNodeInfo", "beanStyleSetterMethodName" : "setShowCacheNodeInfo", "c2jName" : "ShowCacheNodeInfo", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \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 #showCacheNodeInfo(Boolean)}.\n@param showCacheNodeInfo 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 #showCacheNodeInfo(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheNodeInfo", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheNodeInfo", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "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" : "ShowCacheNodeInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheNodeInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheNodeInfo", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "setterMethodName" : "setShowCacheNodeInfo", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowCacheClustersNotInReplicationGroups", "beanStyleSetterMethodName" : "setShowCacheClustersNotInReplicationGroups", "c2jName" : "ShowCacheClustersNotInReplicationGroups", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \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 #showCacheClustersNotInReplicationGroups(Boolean)}.\n@param showCacheClustersNotInReplicationGroups 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 #showCacheClustersNotInReplicationGroups(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheClustersNotInReplicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheClustersNotInReplicationGroups", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "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" : "ShowCacheClustersNotInReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheClustersNotInReplicationGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheClustersNotInReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "setterMethodName" : "setShowCacheClustersNotInReplicationGroups", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@return The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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 }, "ShowCacheClustersNotInReplicationGroups" : { "beanStyleGetterMethodName" : "getShowCacheClustersNotInReplicationGroups", "beanStyleSetterMethodName" : "setShowCacheClustersNotInReplicationGroups", "c2jName" : "ShowCacheClustersNotInReplicationGroups", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \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 #showCacheClustersNotInReplicationGroups(Boolean)}.\n@param showCacheClustersNotInReplicationGroups 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 #showCacheClustersNotInReplicationGroups(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheClustersNotInReplicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheClustersNotInReplicationGroups", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "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" : "ShowCacheClustersNotInReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheClustersNotInReplicationGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheClustersNotInReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "setterMethodName" : "setShowCacheClustersNotInReplicationGroups", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ShowCacheNodeInfo" : { "beanStyleGetterMethodName" : "getShowCacheNodeInfo", "beanStyleSetterMethodName" : "setShowCacheNodeInfo", "c2jName" : "ShowCacheNodeInfo", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \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 #showCacheNodeInfo(Boolean)}.\n@param showCacheNodeInfo 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 #showCacheNodeInfo(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheNodeInfo", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheNodeInfo", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "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" : "ShowCacheNodeInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheNodeInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheNodeInfo", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "setterMethodName" : "setShowCacheNodeInfo", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@return The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The user-supplied cluster identifier. If this parameter is specified, only information about that specific cluster is returned. This parameter isn't case sensitive.

                                                                                                                                                                    ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getShowCacheNodeInfo", "beanStyleSetterMethodName" : "setShowCacheNodeInfo", "c2jName" : "ShowCacheNodeInfo", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \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 #showCacheNodeInfo(Boolean)}.\n@param showCacheNodeInfo 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 #showCacheNodeInfo(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheNodeInfo", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheNodeInfo", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "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" : "ShowCacheNodeInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheNodeInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheNodeInfo", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.", "setterMethodName" : "setShowCacheNodeInfo", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowCacheClustersNotInReplicationGroups", "beanStyleSetterMethodName" : "setShowCacheClustersNotInReplicationGroups", "c2jName" : "ShowCacheClustersNotInReplicationGroups", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \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 #showCacheClustersNotInReplicationGroups(Boolean)}.\n@param showCacheClustersNotInReplicationGroups 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 #showCacheClustersNotInReplicationGroups(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showCacheClustersNotInReplicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showCacheClustersNotInReplicationGroups", "getterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@return An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "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" : "ShowCacheClustersNotInReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowCacheClustersNotInReplicationGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowCacheClustersNotInReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    \n@param showCacheClustersNotInReplicationGroups An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.", "setterMethodName" : "setShowCacheClustersNotInReplicationGroups", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showCacheClustersNotInReplicationGroups", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                    An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheClustersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheClustersRequest", "variableName" : "describeCacheClustersRequest", "variableType" : "DescribeCacheClustersRequest", "documentation" : null, "simpleType" : "DescribeCacheClustersRequest", "variableSetterType" : "DescribeCacheClustersRequest" }, "wrapper" : false }, "DescribeCacheClustersResponse" : { "c2jName" : "CacheClusterMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the output of a DescribeCacheClusters operation.

                                                                                                                                                                    ", "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusters", "beanStyleSetterMethodName" : "setCacheClusters", "c2jName" : "CacheClusters", "c2jShape" : "CacheClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusters(List)}.\n@param cacheClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusters", "getterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of clusters. Each item in the list contains detailed information about one cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusters", "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" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #member(CacheCluster)}.\n@param member a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheCluster)", "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" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "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" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheCluster", "memberType" : "CacheCluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheCluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.", "setterMethodName" : "setCacheClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusters" : { "beanStyleGetterMethodName" : "getCacheClusters", "beanStyleSetterMethodName" : "setCacheClusters", "c2jName" : "CacheClusters", "c2jShape" : "CacheClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusters(List)}.\n@param cacheClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusters", "getterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of clusters. Each item in the list contains detailed information about one cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusters", "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" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #member(CacheCluster)}.\n@param member a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheCluster)", "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" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "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" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheCluster", "memberType" : "CacheCluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheCluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.", "setterMethodName" : "setCacheClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                    Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusters", "beanStyleSetterMethodName" : "setCacheClusters", "c2jName" : "CacheClusters", "c2jShape" : "CacheClusterList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheClusters(List)}.\n@param cacheClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusters", "getterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of clusters. Each item in the list contains detailed information about one cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusters", "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" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #member(CacheCluster)}.\n@param member a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheCluster)", "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" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "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" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "member", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheCluster", "memberType" : "CacheCluster", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheCluster", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    \n@param cacheClusters A list of clusters. Each item in the list contains detailed information about one cluster.", "setterMethodName" : "setCacheClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of clusters. Each item in the list contains detailed information about one cluster.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheClustersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheClustersResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheClustersResponse", "variableName" : "describeCacheClustersResponse", "variableType" : "DescribeCacheClustersResponse", "documentation" : null, "simpleType" : "DescribeCacheClustersResponse", "variableSetterType" : "DescribeCacheClustersResponse" }, "wrapper" : false }, "DescribeCacheEngineVersionsRequest" : { "c2jName" : "DescribeCacheEngineVersionsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Represents the input of a DescribeCacheEngineVersions operation.

                                                                                                                                                                    ", "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" : "DescribeCacheEngineVersions", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheEngineVersions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    \n@return The cache engine to return. Valid values: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    \n@param engine The cache engine to return. Valid values: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                    The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    \n@param engineVersion The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                    The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    \n@return The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14", "getterModel" : { "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 cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    \n@param engineVersion The cache engine version to return.

                                                                                                                                                                    Example: 1.4.14", "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 cache engine version to return.

                                                                                                                                                                    Example: 1.4.14

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of a specific cache parameter group family to return details for.

                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • 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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of a specific cache parameter group family to return details for.

                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • 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" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of a specific cache parameter group family to return details for.

                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                    \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • 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" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                      The name of a specific cache parameter group family to return details for.

                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                      \n@return The name of a specific cache parameter group family to return details for.

                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                      • 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" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                        The name of a specific cache parameter group family to return details for.

                                                                                                                                                                        Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                        \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                        Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                        • ", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The name of a specific cache parameter group family to return details for.

                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getDefaultOnly", "beanStyleSetterMethodName" : "setDefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          \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 #defaultOnly(Boolean)}.\n@param defaultOnly 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 #defaultOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultOnly", "fluentSetterDocumentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultOnly", "getterDocumentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          \n@return If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "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" : "DefaultOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DefaultOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "setterMethodName" : "setDefaultOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The name of a specific cache parameter group family to return details for.

                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                          • 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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The name of a specific cache parameter group family to return details for.

                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                          • 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" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                          The name of a specific cache parameter group family to return details for.

                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                          • 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" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                            The name of a specific cache parameter group family to return details for.

                                                                                                                                                                            Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                            • First character must be a letter

                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                            \n@return The name of a specific cache parameter group family to return details for.

                                                                                                                                                                            Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                            • 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" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                              The name of a specific cache parameter group family to return details for.

                                                                                                                                                                              Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                              \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                              Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                              • ", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultOnly" : { "beanStyleGetterMethodName" : "getDefaultOnly", "beanStyleSetterMethodName" : "setDefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                \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 #defaultOnly(Boolean)}.\n@param defaultOnly 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 #defaultOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultOnly", "fluentSetterDocumentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultOnly", "getterDocumentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                \n@return If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "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" : "DefaultOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DefaultOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "setterMethodName" : "setDefaultOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@return The cache engine to return. Valid values: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@param engine The cache engine to return. Valid values: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@param engineVersion The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@return The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14", "getterModel" : { "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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@param engineVersion The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14", "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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@return The cache engine to return. Valid values: memcached | redis", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                \n@param engine The cache engine to return. Valid values: memcached | redis", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The cache engine to return. Valid values: memcached | redis

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@param engineVersion The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@return The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14", "getterModel" : { "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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                \n@param engineVersion The cache engine version to return.

                                                                                                                                                                                Example: 1.4.14", "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 cache engine version to return.

                                                                                                                                                                                Example: 1.4.14

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                • 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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                • 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" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                • 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" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                  The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                  Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                  \n@return The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                  Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                  • 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" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                    \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                    Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                    • ", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group family to return details for.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      Constraints:

                                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getDefaultOnly", "beanStyleSetterMethodName" : "setDefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      \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 #defaultOnly(Boolean)}.\n@param defaultOnly 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 #defaultOnly(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultOnly", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultOnly", "getterDocumentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      \n@return If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "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" : "DefaultOnly", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultOnly", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "DefaultOnly", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.", "setterMethodName" : "setDefaultOnly", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "defaultOnly", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                      If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheEngineVersionsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheEngineVersionsRequest", "variableName" : "describeCacheEngineVersionsRequest", "variableType" : "DescribeCacheEngineVersionsRequest", "documentation" : null, "simpleType" : "DescribeCacheEngineVersionsRequest", "variableSetterType" : "DescribeCacheEngineVersionsRequest" }, "wrapper" : false }, "DescribeCacheEngineVersionsResponse" : { "c2jName" : "CacheEngineVersionMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeCacheEngineVersions operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineVersions", "beanStyleSetterMethodName" : "setCacheEngineVersions", "c2jName" : "CacheEngineVersions", "c2jShape" : "CacheEngineVersionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache 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 #cacheEngineVersions(List)}.\n@param cacheEngineVersions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheEngineVersions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheEngineVersions", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersions", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache engine version details. Each element in the list contains detailed information about one cache 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" : "CacheEngineVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersions", "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" : "CacheEngineVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheEngineVersion.Builder} avoiding the need to create one manually via {@link CacheEngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheEngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(CacheEngineVersion)}.\n@param member a consumer that will call methods on {@link CacheEngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheEngineVersion)", "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" : "CacheEngineVersion", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersion", "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" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : null, "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheEngineVersion", "memberType" : "CacheEngineVersion", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheEngineVersion", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheEngineVersions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.", "setterMethodName" : "setCacheEngineVersions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheEngineVersions" : { "beanStyleGetterMethodName" : "getCacheEngineVersions", "beanStyleSetterMethodName" : "setCacheEngineVersions", "c2jName" : "CacheEngineVersions", "c2jShape" : "CacheEngineVersionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache 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 #cacheEngineVersions(List)}.\n@param cacheEngineVersions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheEngineVersions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheEngineVersions", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersions", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache engine version details. Each element in the list contains detailed information about one cache 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" : "CacheEngineVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersions", "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" : "CacheEngineVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheEngineVersion.Builder} avoiding the need to create one manually via {@link CacheEngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheEngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(CacheEngineVersion)}.\n@param member a consumer that will call methods on {@link CacheEngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheEngineVersion)", "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" : "CacheEngineVersion", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersion", "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" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : null, "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheEngineVersion", "memberType" : "CacheEngineVersion", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheEngineVersion", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheEngineVersions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.", "setterMethodName" : "setCacheEngineVersions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheEngineVersions", "beanStyleSetterMethodName" : "setCacheEngineVersions", "c2jName" : "CacheEngineVersions", "c2jShape" : "CacheEngineVersionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache 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 #cacheEngineVersions(List)}.\n@param cacheEngineVersions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheEngineVersions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheEngineVersions", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheEngineVersions", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache engine version details. Each element in the list contains detailed information about one cache 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" : "CacheEngineVersions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersions", "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" : "CacheEngineVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheEngineVersion.Builder} avoiding the need to create one manually via {@link CacheEngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheEngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(CacheEngineVersion)}.\n@param member a consumer that will call methods on {@link CacheEngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheEngineVersion)", "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" : "CacheEngineVersion", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheEngineVersion", "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" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : null, "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheEngineVersion", "variableName" : "member", "variableType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheEngineVersion", "memberType" : "CacheEngineVersion", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheEngineVersion", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheEngineVersions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.", "setterMethodName" : "setCacheEngineVersions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheEngineVersionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheEngineVersionsResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheEngineVersionsResponse", "variableName" : "describeCacheEngineVersionsResponse", "variableType" : "DescribeCacheEngineVersionsResponse", "documentation" : null, "simpleType" : "DescribeCacheEngineVersionsResponse", "variableSetterType" : "DescribeCacheEngineVersionsResponse" }, "wrapper" : false }, "DescribeCacheParameterGroupsRequest" : { "c2jName" : "DescribeCacheParameterGroupsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeCacheParameterGroups operation.

                                                                                                                                                                                      ", "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" : "DescribeCacheParameterGroups", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheParameterGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeCacheParameterGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheParameterGroupsRequest", "variableName" : "describeCacheParameterGroupsRequest", "variableType" : "DescribeCacheParameterGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheParameterGroupsRequest", "variableSetterType" : "DescribeCacheParameterGroupsRequest" }, "wrapper" : false }, "DescribeCacheParameterGroupsResponse" : { "c2jName" : "CacheParameterGroupsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeCacheParameterGroups operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroups", "beanStyleSetterMethodName" : "setCacheParameterGroups", "c2jName" : "CacheParameterGroups", "c2jShape" : "CacheParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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 #cacheParameterGroups(List)}.\n@param cacheParameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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" : "CacheParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroups", "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" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheParameterGroup)}.\n@param member a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheParameterGroup)", "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" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "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" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheParameterGroup", "memberType" : "CacheParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.", "setterMethodName" : "setCacheParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroups" : { "beanStyleGetterMethodName" : "getCacheParameterGroups", "beanStyleSetterMethodName" : "setCacheParameterGroups", "c2jName" : "CacheParameterGroups", "c2jShape" : "CacheParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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 #cacheParameterGroups(List)}.\n@param cacheParameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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" : "CacheParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroups", "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" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheParameterGroup)}.\n@param member a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheParameterGroup)", "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" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "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" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheParameterGroup", "memberType" : "CacheParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.", "setterMethodName" : "setCacheParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroups", "beanStyleSetterMethodName" : "setCacheParameterGroups", "c2jName" : "CacheParameterGroups", "c2jShape" : "CacheParameterGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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 #cacheParameterGroups(List)}.\n@param cacheParameterGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter 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" : "CacheParameterGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroups", "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" : "CacheParameterGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheParameterGroup.Builder} avoiding the need to create one manually via {@link CacheParameterGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheParameterGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheParameterGroup)}.\n@param member a consumer that will call methods on {@link CacheParameterGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheParameterGroup)", "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" : "CacheParameterGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroup", "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" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheParameterGroup", "variableName" : "member", "variableType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheParameterGroup", "memberType" : "CacheParameterGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheParameterGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheParameterGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.", "setterMethodName" : "setCacheParameterGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheParameterGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheParameterGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheParameterGroupsResponse", "variableName" : "describeCacheParameterGroupsResponse", "variableType" : "DescribeCacheParameterGroupsResponse", "documentation" : null, "simpleType" : "DescribeCacheParameterGroupsResponse", "variableSetterType" : "DescribeCacheParameterGroupsResponse" }, "wrapper" : false }, "DescribeCacheParametersRequest" : { "c2jName" : "DescribeCacheParametersMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeCacheParameters operation.

                                                                                                                                                                                      ", "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" : "DescribeCacheParameters", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheParameters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@return The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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 }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@return The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@return The name of a specific cache parameter group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of a specific cache parameter group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@return The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      \n@param source The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The parameter types to return.

                                                                                                                                                                                      Valid values: user | system | engine-default

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : [ "CacheParameterGroupName" ], "shapeName" : "DescribeCacheParametersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheParametersRequest", "variableName" : "describeCacheParametersRequest", "variableType" : "DescribeCacheParametersRequest", "documentation" : null, "simpleType" : "DescribeCacheParametersRequest", "variableSetterType" : "DescribeCacheParametersRequest" }, "wrapper" : false }, "DescribeCacheParametersResponse" : { "c2jName" : "CacheParameterGroupDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeCacheParameters operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of Parameter instances.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeTypeSpecificParameters" : { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parameters" : { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of Parameter instances.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of Parameter instances.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      \n@param parameters A list of Parameter instances.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of Parameter instances.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheParametersResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheParametersResponse", "variableName" : "describeCacheParametersResponse", "variableType" : "DescribeCacheParametersResponse", "documentation" : null, "simpleType" : "DescribeCacheParametersResponse", "variableSetterType" : "DescribeCacheParametersResponse" }, "wrapper" : false }, "DescribeCacheSecurityGroupsRequest" : { "c2jName" : "DescribeCacheSecurityGroupsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeCacheSecurityGroups operation.

                                                                                                                                                                                      ", "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" : "DescribeCacheSecurityGroups", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheSecurityGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@return The name of the cache security group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@return The name of the cache security group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@return The name of the cache security group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to return details for.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache security group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeCacheSecurityGroupsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheSecurityGroupsRequest", "variableName" : "describeCacheSecurityGroupsRequest", "variableType" : "DescribeCacheSecurityGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheSecurityGroupsRequest", "variableSetterType" : "DescribeCacheSecurityGroupsRequest" }, "wrapper" : false }, "DescribeCacheSecurityGroupsResponse" : { "c2jName" : "CacheSecurityGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeCacheSecurityGroups operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one 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 #cacheSecurityGroups(List)}.\n@param cacheSecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache security groups. Each element in the list contains detailed information about one 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" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroup)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroup)", "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" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroups" : { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one 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 #cacheSecurityGroups(List)}.\n@param cacheSecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache security groups. Each element in the list contains detailed information about one 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" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroup)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroup)", "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" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroups", "beanStyleSetterMethodName" : "setCacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one 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 #cacheSecurityGroups(List)}.\n@param cacheSecurityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache security groups. Each element in the list contains detailed information about one 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" : "CacheSecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroups", "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" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSecurityGroup)}.\n@param member a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSecurityGroup)", "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" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "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" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "member", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSecurityGroup", "memberType" : "CacheSecurityGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSecurityGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache security groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheSecurityGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheSecurityGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheSecurityGroupsResponse", "variableName" : "describeCacheSecurityGroupsResponse", "variableType" : "DescribeCacheSecurityGroupsResponse", "documentation" : null, "simpleType" : "DescribeCacheSecurityGroupsResponse", "variableSetterType" : "DescribeCacheSecurityGroupsResponse" }, "wrapper" : false }, "DescribeCacheSubnetGroupsRequest" : { "c2jName" : "DescribeCacheSubnetGroupsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeCacheSubnetGroups operation.

                                                                                                                                                                                      ", "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" : "DescribeCacheSubnetGroups", "locationName" : null, "requestUri" : "/", "target" : "DescribeCacheSubnetGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@return The name of the cache subnet group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@return The name of the cache subnet group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@return The name of the cache subnet group to return details for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache subnet group to return details for.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeCacheSubnetGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCacheSubnetGroupsRequest", "variableName" : "describeCacheSubnetGroupsRequest", "variableType" : "DescribeCacheSubnetGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheSubnetGroupsRequest", "variableSetterType" : "DescribeCacheSubnetGroupsRequest" }, "wrapper" : false }, "DescribeCacheSubnetGroupsResponse" : { "c2jName" : "CacheSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeCacheSubnetGroups operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroups", "beanStyleSetterMethodName" : "setCacheSubnetGroups", "c2jName" : "CacheSubnetGroups", "c2jShape" : "CacheSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one 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 #cacheSubnetGroups(List)}.\n@param cacheSubnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache subnet groups. Each element in the list contains detailed information about one 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" : "CacheSubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroups", "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" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSubnetGroup)}.\n@param member a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSubnetGroup)", "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" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "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" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSubnetGroup", "memberType" : "CacheSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroups" : { "beanStyleGetterMethodName" : "getCacheSubnetGroups", "beanStyleSetterMethodName" : "setCacheSubnetGroups", "c2jName" : "CacheSubnetGroups", "c2jShape" : "CacheSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one 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 #cacheSubnetGroups(List)}.\n@param cacheSubnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache subnet groups. Each element in the list contains detailed information about one 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" : "CacheSubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroups", "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" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSubnetGroup)}.\n@param member a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSubnetGroup)", "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" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "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" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSubnetGroup", "memberType" : "CacheSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroups", "beanStyleSetterMethodName" : "setCacheSubnetGroups", "c2jName" : "CacheSubnetGroups", "c2jShape" : "CacheSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one 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 #cacheSubnetGroups(List)}.\n@param cacheSubnetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of cache subnet groups. Each element in the list contains detailed information about one 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" : "CacheSubnetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroups", "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" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(CacheSubnetGroup)}.\n@param member a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheSubnetGroup)", "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" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "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" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "member", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheSubnetGroup", "memberType" : "CacheSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheSubnetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      \n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.", "setterMethodName" : "setCacheSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of cache subnet groups. Each element in the list contains detailed information about one group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCacheSubnetGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeCacheSubnetGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeCacheSubnetGroupsResponse", "variableName" : "describeCacheSubnetGroupsResponse", "variableType" : "DescribeCacheSubnetGroupsResponse", "documentation" : null, "simpleType" : "DescribeCacheSubnetGroupsResponse", "variableSetterType" : "DescribeCacheSubnetGroupsResponse" }, "wrapper" : false }, "DescribeEngineDefaultParametersRequest" : { "c2jName" : "DescribeEngineDefaultParametersMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeEngineDefaultParameters operation.

                                                                                                                                                                                      ", "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" : "DescribeEngineDefaultParameters", "locationName" : null, "requestUri" : "/", "target" : "DescribeEngineDefaultParameters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@return The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@return The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@return The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      \n@param cacheParameterGroupFamily The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the cache parameter group family.

                                                                                                                                                                                      Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : [ "CacheParameterGroupFamily" ], "shapeName" : "DescribeEngineDefaultParametersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "variableName" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "documentation" : null, "simpleType" : "DescribeEngineDefaultParametersRequest", "variableSetterType" : "DescribeEngineDefaultParametersRequest" }, "wrapper" : false }, "DescribeEngineDefaultParametersResponse" : { "c2jName" : "DescribeEngineDefaultParametersResult", "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" : "getEngineDefaults", "beanStyleSetterMethodName" : "setEngineDefaults", "c2jName" : "EngineDefaults", "c2jShape" : "EngineDefaults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineDefaults.Builder} avoiding the need to create one manually via {@link EngineDefaults#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineDefaults.Builder#build()} is called immediately and its result is passed to {@link #engineDefaults(EngineDefaults)}.\n@param engineDefaults a consumer that will call methods on {@link EngineDefaults.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDefaults(EngineDefaults)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDefaults", "fluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDefaults", "getterDocumentation" : "Returns the value of the EngineDefaults property for this object.\n@return The value of the EngineDefaults property for this object.", "getterModel" : { "returnType" : "EngineDefaults", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDefaults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDefaults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EngineDefaults", "sensitive" : false, "setterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.", "setterMethodName" : "setEngineDefaults", "setterModel" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : null, "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : "", "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EngineDefaults" : { "beanStyleGetterMethodName" : "getEngineDefaults", "beanStyleSetterMethodName" : "setEngineDefaults", "c2jName" : "EngineDefaults", "c2jShape" : "EngineDefaults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineDefaults.Builder} avoiding the need to create one manually via {@link EngineDefaults#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineDefaults.Builder#build()} is called immediately and its result is passed to {@link #engineDefaults(EngineDefaults)}.\n@param engineDefaults a consumer that will call methods on {@link EngineDefaults.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDefaults(EngineDefaults)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDefaults", "fluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDefaults", "getterDocumentation" : "Returns the value of the EngineDefaults property for this object.\n@return The value of the EngineDefaults property for this object.", "getterModel" : { "returnType" : "EngineDefaults", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDefaults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDefaults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EngineDefaults", "sensitive" : false, "setterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.", "setterMethodName" : "setEngineDefaults", "setterModel" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : null, "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : "", "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEngineDefaults", "beanStyleSetterMethodName" : "setEngineDefaults", "c2jName" : "EngineDefaults", "c2jShape" : "EngineDefaults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineDefaults.Builder} avoiding the need to create one manually via {@link EngineDefaults#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineDefaults.Builder#build()} is called immediately and its result is passed to {@link #engineDefaults(EngineDefaults)}.\n@param engineDefaults a consumer that will call methods on {@link EngineDefaults.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineDefaults(EngineDefaults)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineDefaults", "fluentSetterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineDefaults", "getterDocumentation" : "Returns the value of the EngineDefaults property for this object.\n@return The value of the EngineDefaults property for this object.", "getterModel" : { "returnType" : "EngineDefaults", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineDefaults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EngineDefaults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EngineDefaults", "sensitive" : false, "setterDocumentation" : "Sets the value of the EngineDefaults property for this object.\n\n@param engineDefaults The new value for the EngineDefaults property for this object.", "setterMethodName" : "setEngineDefaults", "setterModel" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : null, "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : "", "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEngineDefaultParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeEngineDefaultParametersResult" }, "variable" : { "variableDeclarationType" : "DescribeEngineDefaultParametersResponse", "variableName" : "describeEngineDefaultParametersResponse", "variableType" : "DescribeEngineDefaultParametersResponse", "documentation" : null, "simpleType" : "DescribeEngineDefaultParametersResponse", "variableSetterType" : "DescribeEngineDefaultParametersResponse" }, "wrapper" : false }, "DescribeEventsRequest" : { "c2jName" : "DescribeEventsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeEvents operation.

                                                                                                                                                                                      ", "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" : "DescribeEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@return The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "getterModel" : { "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \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 event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@return The number of minutes worth of events to retrieve.", "getterModel" : { "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.", "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@return The number of minutes worth of events to retrieve.", "getterModel" : { "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.", "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EndTime" : { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                      Default: 100

                                                                                                                                                                                      Constraints: minimum 20; maximum 100.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SourceIdentifier" : { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@return The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "getterModel" : { "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \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 event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                      The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@return The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "getterModel" : { "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      \n@param sourceIdentifier The identifier of the event source for which events are returned. If not specified, all sources are included in the response.", "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 the event source for which events are returned. If not specified, all sources are included in the response.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \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 event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      \n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.\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 event source to retrieve events for. If no value is specified, all events are returned.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                      The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 beginning of the time interval to retrieve events for, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                      The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      \n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z", "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 of the time interval for which to retrieve events, specified in ISO 8601 format.

                                                                                                                                                                                      Example: 2017-03-30T07:03:49.555Z

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                      The number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@return The number of minutes worth of events to retrieve.", "getterModel" : { "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      \n@param duration The number of minutes worth of events to retrieve.", "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 number of minutes worth of events to retrieve.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "EventsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeEvents operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of events. Each element in the list contains detailed information about one event.", "getterModel" : { "returnType" : "java.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" : "Event", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Event", "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" : "Event", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of events. Each element in the list contains detailed information about one event.", "getterModel" : { "returnType" : "java.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" : "Event", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Event", "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" : "Event", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of events. Each element in the list contains detailed information about one event.", "getterModel" : { "returnType" : "java.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" : "Event", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Event", "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" : "Event", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      \n@param events A list of events. Each element in the list contains detailed information about one event.", "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" : "

                                                                                                                                                                                      A list of events. Each element in the list contains detailed information about one event.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeEventsResult" }, "variable" : { "variableDeclarationType" : "DescribeEventsResponse", "variableName" : "describeEventsResponse", "variableType" : "DescribeEventsResponse", "documentation" : null, "simpleType" : "DescribeEventsResponse", "variableSetterType" : "DescribeEventsResponse" }, "wrapper" : false }, "DescribeReplicationGroupsRequest" : { "c2jName" : "DescribeReplicationGroupsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeReplicationGroups operation.

                                                                                                                                                                                      ", "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" : "DescribeReplicationGroups", "locationName" : null, "requestUri" : "/", "target" : "DescribeReplicationGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@return The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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 }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@return The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@return The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The identifier for the replication group to be described. This parameter is not case sensitive.

                                                                                                                                                                                      If you do not specify this parameter, information about all replication groups is returned.

                                                                                                                                                                                      ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                      \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeReplicationGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationGroupsRequest", "variableName" : "describeReplicationGroupsRequest", "variableType" : "DescribeReplicationGroupsRequest", "documentation" : null, "simpleType" : "DescribeReplicationGroupsRequest", "variableSetterType" : "DescribeReplicationGroupsRequest" }, "wrapper" : false }, "DescribeReplicationGroupsResponse" : { "c2jName" : "ReplicationGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the output of a DescribeReplicationGroups operation.

                                                                                                                                                                                      ", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroups", "beanStyleSetterMethodName" : "setReplicationGroups", "c2jName" : "ReplicationGroups", "c2jShape" : "ReplicationGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication 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 #replicationGroups(List)}.\n@param replicationGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of replication groups. Each item in the list contains detailed information about one replication 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" : "ReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroups", "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" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationGroup)}.\n@param member a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationGroup)", "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" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "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" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReplicationGroup", "memberType" : "ReplicationGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.", "setterMethodName" : "setReplicationGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroups" : { "beanStyleGetterMethodName" : "getReplicationGroups", "beanStyleSetterMethodName" : "setReplicationGroups", "c2jName" : "ReplicationGroups", "c2jShape" : "ReplicationGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication 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 #replicationGroups(List)}.\n@param replicationGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of replication groups. Each item in the list contains detailed information about one replication 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" : "ReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroups", "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" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationGroup)}.\n@param member a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationGroup)", "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" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "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" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReplicationGroup", "memberType" : "ReplicationGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.", "setterMethodName" : "setReplicationGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                      Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroups", "beanStyleSetterMethodName" : "setReplicationGroups", "c2jName" : "ReplicationGroups", "c2jShape" : "ReplicationGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication 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 #replicationGroups(List)}.\n@param replicationGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroups", "getterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of replication groups. Each item in the list contains detailed information about one replication 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" : "ReplicationGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroups", "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" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationGroup)}.\n@param member a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationGroup)", "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" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "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" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "member", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReplicationGroup", "memberType" : "ReplicationGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.", "setterMethodName" : "setReplicationGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of replication groups. Each item in the list contains detailed information about one replication group.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReplicationGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeReplicationGroupsResponse", "variableName" : "describeReplicationGroupsResponse", "variableType" : "DescribeReplicationGroupsResponse", "documentation" : null, "simpleType" : "DescribeReplicationGroupsResponse", "variableSetterType" : "DescribeReplicationGroupsResponse" }, "wrapper" : false }, "DescribeReservedCacheNodesOfferingsRequest" : { "c2jName" : "DescribeReservedCacheNodesOfferingsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Represents the input of a DescribeReservedCacheNodesOfferings operation.

                                                                                                                                                                                      ", "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" : "DescribeReservedCacheNodesOfferings", "locationName" : null, "requestUri" : "/", "target" : "DescribeReservedCacheNodesOfferings", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      \n@return The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                      Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                      \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                        \n@return The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                          The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                          \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                          • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            \n@return Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                            Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            \n@return The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                            Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                            ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                            \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                            \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                            \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                            \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                              The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                              \n@return The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  \n@return Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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 }, "OfferingType" : { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                  Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ProductDescription" : { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  \n@return The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferingId" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@return The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@return The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                    The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                    \n@return The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                      The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                      \n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                      • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        \n@return Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        \n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

                                                                                                                                                                                                        Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        \n@return The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        \n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                        Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                        ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                        \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                        \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                        \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeReservedCacheNodesOfferingsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsRequest", "variableName" : "describeReservedCacheNodesOfferingsRequest", "variableType" : "DescribeReservedCacheNodesOfferingsRequest", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesOfferingsRequest", "variableSetterType" : "DescribeReservedCacheNodesOfferingsRequest" }, "wrapper" : false }, "DescribeReservedCacheNodesOfferingsResponse" : { "c2jName" : "ReservedCacheNodesOfferingMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Represents the output of a DescribeReservedCacheNodesOfferings operation.

                                                                                                                                                                                                        ", "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferings", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferings", "c2jName" : "ReservedCacheNodesOfferings", "c2jShape" : "ReservedCacheNodesOfferingList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferings(List)}.\n@param reservedCacheNodesOfferings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferings", "getterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferings", "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" : "ReservedCacheNodesOffering", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNodesOffering.Builder} avoiding the need to create one manually via {@link ReservedCacheNodesOffering#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNodesOffering.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNodesOffering)}.\n@param member a consumer that will call methods on {@link ReservedCacheNodesOffering.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNodesOffering)", "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" : "ReservedCacheNodesOffering", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOffering", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOffering", "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" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : null, "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNodesOffering", "memberType" : "ReservedCacheNodesOffering", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNodesOffering", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodesOfferings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "setterMethodName" : "setReservedCacheNodesOfferings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferings" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferings", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferings", "c2jName" : "ReservedCacheNodesOfferings", "c2jShape" : "ReservedCacheNodesOfferingList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferings(List)}.\n@param reservedCacheNodesOfferings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferings", "getterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferings", "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" : "ReservedCacheNodesOffering", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNodesOffering.Builder} avoiding the need to create one manually via {@link ReservedCacheNodesOffering#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNodesOffering.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNodesOffering)}.\n@param member a consumer that will call methods on {@link ReservedCacheNodesOffering.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNodesOffering)", "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" : "ReservedCacheNodesOffering", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOffering", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOffering", "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" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : null, "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNodesOffering", "memberType" : "ReservedCacheNodesOffering", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNodesOffering", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodesOfferings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "setterMethodName" : "setReservedCacheNodesOfferings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                        Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferings", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferings", "c2jName" : "ReservedCacheNodesOfferings", "c2jShape" : "ReservedCacheNodesOfferingList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferings(List)}.\n@param reservedCacheNodesOfferings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferings", "getterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferings", "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" : "ReservedCacheNodesOffering", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNodesOffering.Builder} avoiding the need to create one manually via {@link ReservedCacheNodesOffering#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNodesOffering.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNodesOffering)}.\n@param member a consumer that will call methods on {@link ReservedCacheNodesOffering.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNodesOffering)", "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" : "ReservedCacheNodesOffering", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOffering", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOffering", "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" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : null, "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodesOffering", "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNodesOffering", "memberType" : "ReservedCacheNodesOffering", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNodesOffering", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodesOfferings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.", "setterMethodName" : "setReservedCacheNodesOfferings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReservedCacheNodesOfferingsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReservedCacheNodesOfferingsResult" }, "variable" : { "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsResponse", "variableName" : "describeReservedCacheNodesOfferingsResponse", "variableType" : "DescribeReservedCacheNodesOfferingsResponse", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesOfferingsResponse", "variableSetterType" : "DescribeReservedCacheNodesOfferingsResponse" }, "wrapper" : false }, "DescribeReservedCacheNodesRequest" : { "c2jName" : "DescribeReservedCacheNodesMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Represents the input of a DescribeReservedCacheNodes operation.

                                                                                                                                                                                                        ", "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" : "DescribeReservedCacheNodes", "locationName" : null, "requestUri" : "/", "target" : "DescribeReservedCacheNodes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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 #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                        \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                        \n@return The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                        \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                        \n@return The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                        \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                        \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                          The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                          \n@return The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                            The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                            \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                            • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              \n@return The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                              Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              \n@return The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                              Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                              ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                              \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                              \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                              \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : { "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                              \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                \n@return The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                  • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    \n@return The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                    Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                    \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                    \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 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 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 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 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 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 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 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 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 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 }, "OfferingType" : { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                    Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ProductDescription" : { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    \n@return The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodeId" : { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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 #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@return The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferingId" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@return The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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 #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@return The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation 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" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@return The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                    \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                      The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                      \n@return The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                        The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                        \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                        • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #duration(String)}.\n@param duration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #duration(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          \n@return The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000", "getterModel" : { "returnType" : "String", "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" : "STRING", "name" : "Duration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                                                                                                                                                                                                          Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          \n@return The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                          Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                                                                                                                                                                                                          ", "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 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 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 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 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 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 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 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 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 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeReservedCacheNodesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReservedCacheNodesRequest", "variableName" : "describeReservedCacheNodesRequest", "variableType" : "DescribeReservedCacheNodesRequest", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesRequest", "variableSetterType" : "DescribeReservedCacheNodesRequest" }, "wrapper" : false }, "DescribeReservedCacheNodesResponse" : { "c2jName" : "ReservedCacheNodeMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the output of a DescribeReservedCacheNodes operation.

                                                                                                                                                                                                                          ", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodes", "beanStyleSetterMethodName" : "setReservedCacheNodes", "c2jName" : "ReservedCacheNodes", "c2jShape" : "ReservedCacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodes(List)}.\n@param reservedCacheNodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodes(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodes", "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" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNode)}.\n@param member a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNode)", "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" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "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" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNode", "memberType" : "ReservedCacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "setterMethodName" : "setReservedCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodes" : { "beanStyleGetterMethodName" : "getReservedCacheNodes", "beanStyleSetterMethodName" : "setReservedCacheNodes", "c2jName" : "ReservedCacheNodes", "c2jShape" : "ReservedCacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodes(List)}.\n@param reservedCacheNodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodes(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodes", "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" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNode)}.\n@param member a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNode)", "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" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "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" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNode", "memberType" : "ReservedCacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "setterMethodName" : "setReservedCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodes", "beanStyleSetterMethodName" : "setReservedCacheNodes", "c2jName" : "ReservedCacheNodes", "c2jShape" : "ReservedCacheNodeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodes(List)}.\n@param reservedCacheNodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodes(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodes", "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" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #member(ReservedCacheNode)}.\n@param member a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservedCacheNode)", "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" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "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" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "member", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReservedCacheNode", "memberType" : "ReservedCacheNode", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReservedCacheNode", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReservedCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.", "setterMethodName" : "setReservedCacheNodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReservedCacheNodesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeReservedCacheNodesResult" }, "variable" : { "variableDeclarationType" : "DescribeReservedCacheNodesResponse", "variableName" : "describeReservedCacheNodesResponse", "variableType" : "DescribeReservedCacheNodesResponse", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesResponse", "variableSetterType" : "DescribeReservedCacheNodesResponse" }, "wrapper" : false }, "DescribeServiceUpdatesRequest" : { "c2jName" : "DescribeServiceUpdatesMessage", "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" : "DescribeServiceUpdates", "locationName" : null, "requestUri" : "/", "target" : "DescribeServiceUpdates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateStatus" : { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeServiceUpdatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeServiceUpdatesRequest", "variableName" : "describeServiceUpdatesRequest", "variableType" : "DescribeServiceUpdatesRequest", "documentation" : null, "simpleType" : "DescribeServiceUpdatesRequest", "variableSetterType" : "DescribeServiceUpdatesRequest" }, "wrapper" : false }, "DescribeServiceUpdatesResponse" : { "c2jName" : "ServiceUpdatesMessage", "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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getServiceUpdates", "beanStyleSetterMethodName" : "setServiceUpdates", "c2jName" : "ServiceUpdates", "c2jShape" : "ServiceUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdates(List)}.\n@param serviceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdates", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdates", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of service updates", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdates", "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" : "ServiceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServiceUpdate.Builder} avoiding the need to create one manually via {@link ServiceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ServiceUpdate)}.\n@param member a consumer that will call methods on {@link ServiceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServiceUpdate)", "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" : "ServiceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdate", "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" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : null, "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : "", "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ServiceUpdate", "memberType" : "ServiceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServiceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServiceUpdates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates", "setterMethodName" : "setServiceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 }, "ServiceUpdates" : { "beanStyleGetterMethodName" : "getServiceUpdates", "beanStyleSetterMethodName" : "setServiceUpdates", "c2jName" : "ServiceUpdates", "c2jShape" : "ServiceUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdates(List)}.\n@param serviceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdates", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdates", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of service updates", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdates", "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" : "ServiceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServiceUpdate.Builder} avoiding the need to create one manually via {@link ServiceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ServiceUpdate)}.\n@param member a consumer that will call methods on {@link ServiceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServiceUpdate)", "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" : "ServiceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdate", "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" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : null, "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : "", "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ServiceUpdate", "memberType" : "ServiceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServiceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServiceUpdates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates", "setterMethodName" : "setServiceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getServiceUpdates", "beanStyleSetterMethodName" : "setServiceUpdates", "c2jName" : "ServiceUpdates", "c2jShape" : "ServiceUpdateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdates(List)}.\n@param serviceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdates(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdates", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdates", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of service updates", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdates", "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" : "ServiceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServiceUpdate.Builder} avoiding the need to create one manually via {@link ServiceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ServiceUpdate)}.\n@param member a consumer that will call methods on {@link ServiceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServiceUpdate)", "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" : "ServiceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdate", "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" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : null, "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceUpdate", "variableName" : "member", "variableType" : "ServiceUpdate", "documentation" : "", "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ServiceUpdate", "memberType" : "ServiceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServiceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServiceUpdates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          \n@param serviceUpdates A list of service updates", "setterMethodName" : "setServiceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of service updates

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeServiceUpdatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeServiceUpdatesResult" }, "variable" : { "variableDeclarationType" : "DescribeServiceUpdatesResponse", "variableName" : "describeServiceUpdatesResponse", "variableType" : "DescribeServiceUpdatesResponse", "documentation" : null, "simpleType" : "DescribeServiceUpdatesResponse", "variableSetterType" : "DescribeServiceUpdatesResponse" }, "wrapper" : false }, "DescribeSnapshotsRequest" : { "c2jName" : "DescribeSnapshotsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the input of a DescribeSnapshotsMessage operation.

                                                                                                                                                                                                                          ", "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" : "DescribeSnapshots", "locationName" : null, "requestUri" : "/", "target" : "DescribeSnapshots", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@return A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@return A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@return A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@return If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.\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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "getterModel" : { "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowNodeGroupConfig", "beanStyleSetterMethodName" : "setShowNodeGroupConfig", "c2jName" : "ShowNodeGroupConfig", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \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 #showNodeGroupConfig(Boolean)}.\n@param showNodeGroupConfig 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 #showNodeGroupConfig(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeGroupConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeGroupConfig", "getterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@return A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "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" : "ShowNodeGroupConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeGroupConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeGroupConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "setterMethodName" : "setShowNodeGroupConfig", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@return A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.\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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "getterModel" : { "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@return A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ShowNodeGroupConfig" : { "beanStyleGetterMethodName" : "getShowNodeGroupConfig", "beanStyleSetterMethodName" : "setShowNodeGroupConfig", "c2jName" : "ShowNodeGroupConfig", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \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 #showNodeGroupConfig(Boolean)}.\n@param showNodeGroupConfig 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 #showNodeGroupConfig(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeGroupConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeGroupConfig", "getterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@return A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "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" : "ShowNodeGroupConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeGroupConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeGroupConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "setterMethodName" : "setShowNodeGroupConfig", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@return A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotSource" : { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@return If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@return A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          \n@param replicationGroupId A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@return A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          \n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@return A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          \n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@return If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          \n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.\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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "getterModel" : { "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.", "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 marker is included in the response so that the remaining results can be retrieved.

                                                                                                                                                                                                                          Default: 50

                                                                                                                                                                                                                          Constraints: minimum 20; maximum 50.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowNodeGroupConfig", "beanStyleSetterMethodName" : "setShowNodeGroupConfig", "c2jName" : "ShowNodeGroupConfig", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \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 #showNodeGroupConfig(Boolean)}.\n@param showNodeGroupConfig 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 #showNodeGroupConfig(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeGroupConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeGroupConfig", "getterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@return A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "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" : "ShowNodeGroupConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeGroupConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeGroupConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          \n@param showNodeGroupConfig A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.", "setterMethodName" : "setShowNodeGroupConfig", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeGroupConfig", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSnapshotsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSnapshotsRequest", "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "documentation" : null, "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "wrapper" : false }, "DescribeSnapshotsResponse" : { "c2jName" : "DescribeSnapshotsListMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the output of a DescribeSnapshots operation.

                                                                                                                                                                                                                          ", "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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getSnapshots", "beanStyleSetterMethodName" : "setSnapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshots(List)}.\n@param snapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of snapshots. Each item in the list contains detailed information about one snapshot.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshots", "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" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #member(Snapshot)}.\n@param member a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Snapshot)", "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" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "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" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Snapshot", "memberType" : "Snapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Snapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Snapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.", "setterMethodName" : "setSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 }, "Snapshots" : { "beanStyleGetterMethodName" : "getSnapshots", "beanStyleSetterMethodName" : "setSnapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshots(List)}.\n@param snapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of snapshots. Each item in the list contains detailed information about one snapshot.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshots", "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" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #member(Snapshot)}.\n@param member a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Snapshot)", "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" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "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" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Snapshot", "memberType" : "Snapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Snapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Snapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.", "setterMethodName" : "setSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getSnapshots", "beanStyleSetterMethodName" : "setSnapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #snapshots(List)}.\n@param snapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of snapshots. Each item in the list contains detailed information about one snapshot.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshots", "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" : "Snapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Snapshot.Builder} avoiding the need to create one manually via {@link Snapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link Snapshot.Builder#build()} is called immediately and its result is passed to {@link #member(Snapshot)}.\n@param member a consumer that will call methods on {@link Snapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Snapshot)", "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" : "Snapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Snapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Snapshot", "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" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "member", "variableType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Snapshot", "memberType" : "Snapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Snapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Snapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.", "setterMethodName" : "setSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "snapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSnapshotsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeSnapshotsResult" }, "variable" : { "variableDeclarationType" : "DescribeSnapshotsResponse", "variableName" : "describeSnapshotsResponse", "variableType" : "DescribeSnapshotsResponse", "documentation" : null, "simpleType" : "DescribeSnapshotsResponse", "variableSetterType" : "DescribeSnapshotsResponse" }, "wrapper" : false }, "DescribeUpdateActionsRequest" : { "c2jName" : "DescribeUpdateActionsMessage", "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" : "DescribeUpdateActions", "locationName" : null, "requestUri" : "/", "target" : "DescribeUpdateActions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group 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 #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTimeRange", "beanStyleSetterMethodName" : "setServiceUpdateTimeRange", "c2jName" : "ServiceUpdateTimeRange", "c2jShape" : "TimeRangeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link TimeRangeFilter.Builder} avoiding the need to create one manually via {@link TimeRangeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeRangeFilter.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTimeRange(TimeRangeFilter)}.\n@param serviceUpdateTimeRange a consumer that will call methods on {@link TimeRangeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateTimeRange(TimeRangeFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateTimeRange", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateTimeRange", "getterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@return The range of time specified to search for service updates that are in available status", "getterModel" : { "returnType" : "TimeRangeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateTimeRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateTimeRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceUpdateTimeRange", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status", "setterMethodName" : "setServiceUpdateTimeRange", "setterModel" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : null, "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsStrings", "beanStyleSetterMethodName" : "setUpdateActionStatusWithStrings", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsStrings(List)}.\n@param updateActionStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the update 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" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "UpdateActionStatus", "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 #memberAsString(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" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see UpdateActionStatus", "getterModel" : { "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.\n@see UpdateActionStatus", "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" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.", "setterMethodName" : "setUpdateActionStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowNodeLevelUpdateStatus", "beanStyleSetterMethodName" : "setShowNodeLevelUpdateStatus", "c2jName" : "ShowNodeLevelUpdateStatus", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \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 #showNodeLevelUpdateStatus(Boolean)}.\n@param showNodeLevelUpdateStatus 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 #showNodeLevelUpdateStatus(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeLevelUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeLevelUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@return Dictates whether to include node level update status in the response", "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" : "ShowNodeLevelUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeLevelUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeLevelUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response", "setterMethodName" : "setShowNodeLevelUpdateStatus", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The maximum number of records to include in the response

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationGroupIds" : { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group 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 #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateStatus" : { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ServiceUpdateTimeRange" : { "beanStyleGetterMethodName" : "getServiceUpdateTimeRange", "beanStyleSetterMethodName" : "setServiceUpdateTimeRange", "c2jName" : "ServiceUpdateTimeRange", "c2jShape" : "TimeRangeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link TimeRangeFilter.Builder} avoiding the need to create one manually via {@link TimeRangeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeRangeFilter.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTimeRange(TimeRangeFilter)}.\n@param serviceUpdateTimeRange a consumer that will call methods on {@link TimeRangeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateTimeRange(TimeRangeFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateTimeRange", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateTimeRange", "getterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@return The range of time specified to search for service updates that are in available status", "getterModel" : { "returnType" : "TimeRangeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateTimeRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateTimeRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceUpdateTimeRange", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status", "setterMethodName" : "setServiceUpdateTimeRange", "setterModel" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : null, "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "xmlNameSpaceUri" : null }, "ShowNodeLevelUpdateStatus" : { "beanStyleGetterMethodName" : "getShowNodeLevelUpdateStatus", "beanStyleSetterMethodName" : "setShowNodeLevelUpdateStatus", "c2jName" : "ShowNodeLevelUpdateStatus", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \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 #showNodeLevelUpdateStatus(Boolean)}.\n@param showNodeLevelUpdateStatus 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 #showNodeLevelUpdateStatus(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeLevelUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeLevelUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@return Dictates whether to include node level update status in the response", "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" : "ShowNodeLevelUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeLevelUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeLevelUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response", "setterMethodName" : "setShowNodeLevelUpdateStatus", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "UpdateActionStatus" : { "beanStyleGetterMethodName" : "getUpdateActionStatusAsStrings", "beanStyleSetterMethodName" : "setUpdateActionStatusWithStrings", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsStrings(List)}.\n@param updateActionStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the update 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" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "UpdateActionStatus", "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 #memberAsString(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" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see UpdateActionStatus", "getterModel" : { "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.\n@see UpdateActionStatus", "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" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.", "setterMethodName" : "setUpdateActionStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupIds", "beanStyleSetterMethodName" : "setReplicationGroupIds", "c2jName" : "ReplicationGroupIds", "c2jShape" : "ReplicationGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group 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 #replicationGroupIds(List)}.\n@param replicationGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The replication group 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" : "ReplicationGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupIds", "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" : "ReplicationGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          \n@param replicationGroupIds The replication group IDs", "setterMethodName" : "setReplicationGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The replication group IDs

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsStrings", "beanStyleSetterMethodName" : "setServiceUpdateStatusWithStrings", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsStrings(List)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the service update", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceUpdateStatus", "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 #memberAsString(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" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see ServiceUpdateStatus", "getterModel" : { "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.\n@see ServiceUpdateStatus", "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" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update", "setterMethodName" : "setServiceUpdateStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTimeRange", "beanStyleSetterMethodName" : "setServiceUpdateTimeRange", "c2jName" : "ServiceUpdateTimeRange", "c2jShape" : "TimeRangeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link TimeRangeFilter.Builder} avoiding the need to create one manually via {@link TimeRangeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link TimeRangeFilter.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTimeRange(TimeRangeFilter)}.\n@param serviceUpdateTimeRange a consumer that will call methods on {@link TimeRangeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateTimeRange(TimeRangeFilter)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateTimeRange", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateTimeRange", "getterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@return The range of time specified to search for service updates that are in available status", "getterModel" : { "returnType" : "TimeRangeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateTimeRange", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateTimeRange", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServiceUpdateTimeRange", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          \n@param serviceUpdateTimeRange The range of time specified to search for service updates that are in available status", "setterMethodName" : "setServiceUpdateTimeRange", "setterModel" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : null, "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "serviceUpdateTimeRange", "variableType" : "TimeRangeFilter", "documentation" : "

                                                                                                                                                                                                                          The range of time specified to search for service updates that are in available status

                                                                                                                                                                                                                          ", "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsStrings", "beanStyleSetterMethodName" : "setUpdateActionStatusWithStrings", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsStrings(List)}.\n@param updateActionStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatusWithStrings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The status of the update 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" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "UpdateActionStatus", "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 #memberAsString(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" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                          \n@return The value of the Member property for this object.\n@see UpdateActionStatus", "getterModel" : { "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.\n@see UpdateActionStatus", "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" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action.", "setterMethodName" : "setUpdateActionStatusWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActionStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The status of the update action.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getShowNodeLevelUpdateStatus", "beanStyleSetterMethodName" : "setShowNodeLevelUpdateStatus", "c2jName" : "ShowNodeLevelUpdateStatus", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \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 #showNodeLevelUpdateStatus(Boolean)}.\n@param showNodeLevelUpdateStatus 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 #showNodeLevelUpdateStatus(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showNodeLevelUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showNodeLevelUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@return Dictates whether to include node level update status in the response", "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" : "ShowNodeLevelUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowNodeLevelUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowNodeLevelUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          \n@param showNodeLevelUpdateStatus Dictates whether to include node level update status in the response", "setterMethodName" : "setShowNodeLevelUpdateStatus", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showNodeLevelUpdateStatus", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Dictates whether to include node level update status in the response

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The maximum number of records to include in the response

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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

                                                                                                                                                                                                                          ", "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response\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

                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response", "getterModel" : { "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

                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response", "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

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "DescribeUpdateActionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeUpdateActionsRequest", "variableName" : "describeUpdateActionsRequest", "variableType" : "DescribeUpdateActionsRequest", "documentation" : null, "simpleType" : "DescribeUpdateActionsRequest", "variableSetterType" : "DescribeUpdateActionsRequest" }, "wrapper" : false }, "DescribeUpdateActionsResponse" : { "c2jName" : "UpdateActionsMessage", "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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getUpdateActions", "beanStyleSetterMethodName" : "setUpdateActions", "c2jName" : "UpdateActions", "c2jShape" : "UpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #updateActions(List)}.\n@param updateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActions", "getterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Returns a list of update actions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActions", "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" : "UpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UpdateAction.Builder} avoiding the need to create one manually via {@link UpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UpdateAction)}.\n@param member a consumer that will call methods on {@link UpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UpdateAction)", "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" : "UpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateAction", "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" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : null, "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : "", "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UpdateAction", "memberType" : "UpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UpdateActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions", "setterMethodName" : "setUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 }, "UpdateActions" : { "beanStyleGetterMethodName" : "getUpdateActions", "beanStyleSetterMethodName" : "setUpdateActions", "c2jName" : "UpdateActions", "c2jShape" : "UpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #updateActions(List)}.\n@param updateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActions", "getterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Returns a list of update actions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActions", "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" : "UpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UpdateAction.Builder} avoiding the need to create one manually via {@link UpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UpdateAction)}.\n@param member a consumer that will call methods on {@link UpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UpdateAction)", "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" : "UpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateAction", "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" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : null, "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : "", "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UpdateAction", "memberType" : "UpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UpdateActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions", "setterMethodName" : "setUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation. 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" : "getUpdateActions", "beanStyleSetterMethodName" : "setUpdateActions", "c2jName" : "UpdateActions", "c2jShape" : "UpdateActionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #updateActions(List)}.\n@param updateActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActions", "getterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Returns a list of update actions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActions", "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" : "UpdateAction", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UpdateAction.Builder} avoiding the need to create one manually via {@link UpdateAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateAction.Builder#build()} is called immediately and its result is passed to {@link #member(UpdateAction)}.\n@param member a consumer that will call methods on {@link UpdateAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UpdateAction)", "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" : "UpdateAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateAction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateAction", "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" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : null, "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UpdateAction", "variableName" : "member", "variableType" : "UpdateAction", "documentation" : "", "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "UpdateAction", "memberType" : "UpdateAction", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "UpdateAction", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "UpdateActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          \n@param updateActions Returns a list of update actions", "setterMethodName" : "setUpdateActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "updateActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Returns a list of update actions

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeUpdateActionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeUpdateActionsResult" }, "variable" : { "variableDeclarationType" : "DescribeUpdateActionsResponse", "variableName" : "describeUpdateActionsResponse", "variableType" : "DescribeUpdateActionsResponse", "documentation" : null, "simpleType" : "DescribeUpdateActionsResponse", "variableSetterType" : "DescribeUpdateActionsResponse" }, "wrapper" : false }, "EC2SecurityGroup" : { "c2jName" : "EC2SecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Provides ownership and status information for an Amazon EC2 security group.

                                                                                                                                                                                                                          ", "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" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The name of the Amazon EC2 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@return The AWS account ID of the Amazon EC2 security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EC2SecurityGroupName" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The name of the Amazon EC2 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroupOwnerId" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@return The AWS account ID of the Amazon EC2 security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The status of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param status The status of the Amazon EC2 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 Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 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 #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@return The name of the Amazon EC2 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" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupName The name of the Amazon EC2 security group.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the Amazon EC2 security group.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@return The AWS account ID of the Amazon EC2 security group owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          \n@param ec2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The AWS account ID of the Amazon EC2 security group owner.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EC2SecurityGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EC2SecurityGroup", "variableName" : "ec2SecurityGroup", "variableType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "wrapper" : false }, "Endpoint" : { "c2jName" : "Endpoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the information required for client programs to connect to a cache node.

                                                                                                                                                                                                                          ", "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" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@return The DNS hostname of the cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@return The port number that the cache engine is listening on.", "getterModel" : { "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 that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.", "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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Address" : { "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@return The DNS hostname of the cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@return The port number that the cache engine is listening on.", "getterModel" : { "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 that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.", "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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@return The DNS hostname of the cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          \n@param address The DNS hostname of the cache node.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The DNS hostname of the cache node.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                          The port number that the cache engine is listening on.

                                                                                                                                                                                                                          \n@return The port number that the cache engine is listening on.", "getterModel" : { "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 that the cache engine is listening on.

                                                                                                                                                                                                                          \n@param port The port number that the cache engine is listening on.", "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 that the cache engine is listening on.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "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 }, "EngineDefaults" : { "c2jName" : "EngineDefaults", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the output of a DescribeEngineDefaultParameters operation.

                                                                                                                                                                                                                          ", "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" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@return Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Contains a list of engine default parameters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeTypeSpecificParameters" : { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupFamily" : { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@return Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parameters" : { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Contains a list of engine default parameters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupFamily", "beanStyleSetterMethodName" : "setCacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.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 #cacheParameterGroupFamily(String)}.\n@param cacheParameterGroupFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupFamily(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupFamily", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupFamily", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@return Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupFamily", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |", "setterMethodName" : "setCacheParameterGroupFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the name of the cache parameter group family to which the engine default parameters apply.

                                                                                                                                                                                                                          Valid values are: memcached1.4 | memcached1.5 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated 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 #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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@return Provides an identifier to allow retrieval of paginated 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" : "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          \n@param marker Provides an identifier to allow retrieval of paginated results.", "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" : "

                                                                                                                                                                                                                          Provides an identifier to allow retrieval of paginated results.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameters(List)}.\n@param parameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return Contains a list of engine default parameters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameters", "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" : "Parameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parameter.Builder} avoiding the need to create one manually via {@link Parameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parameter.Builder#build()} is called immediately and its result is passed to {@link #member(Parameter)}.\n@param member a consumer that will call methods on {@link Parameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parameter)", "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" : "Parameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parameter", "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" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "member", "variableType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Parameter", "memberType" : "Parameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          \n@param parameters Contains a list of engine default parameters.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          Contains a list of engine default parameters.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeTypeSpecificParameters", "beanStyleSetterMethodName" : "setCacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeTypeSpecificParameters(List)}.\n@param cacheNodeTypeSpecificParameters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeTypeSpecificParameters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeTypeSpecificParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeTypeSpecificParameters", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "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" : "CacheNodeTypeSpecificParameter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheNodeTypeSpecificParameter.Builder} avoiding the need to create one manually via {@link CacheNodeTypeSpecificParameter#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheNodeTypeSpecificParameter.Builder#build()} is called immediately and its result is passed to {@link #member(CacheNodeTypeSpecificParameter)}.\n@param member a consumer that will call methods on {@link CacheNodeTypeSpecificParameter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CacheNodeTypeSpecificParameter)", "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" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "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" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "CacheNodeTypeSpecificParameter", "memberType" : "CacheNodeTypeSpecificParameter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CacheNodeTypeSpecificParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.", "setterMethodName" : "setCacheNodeTypeSpecificParameters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EngineDefaults", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EngineDefaults", "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "documentation" : null, "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "wrapper" : true }, "Event" : { "c2jName" : "Event", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents a single occurrence of something interesting within the system. Some examples of events are creating a cluster, adding or removing a cache node, or rebooting a node.

                                                                                                                                                                                                                          ", "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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 #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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@return The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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" : "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.", "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \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 Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 text of the event.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@return The text of the event.", "getterModel" : { "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 text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.", "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 text of the event.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \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 and time when the event occurred.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@return The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Date" : { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \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 and time when the event occurred.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@return The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 text of the event.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@return The text of the event.", "getterModel" : { "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 text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.", "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 text of the event.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceIdentifier" : { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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 #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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@return The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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" : "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.", "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \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 Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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 #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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                          The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@return The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the 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" : "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.", "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 for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceTypeAsString", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SourceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "sourceType", "fluentEnumSetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \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 Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          \n@param sourceType Specifies the origin of this event - a cluster, a parameter group, a security group, etc.\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" : "

                                                                                                                                                                                                                          Specifies the origin of this event - a cluster, a parameter group, a security group, etc.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 text of the event.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                          The text of the event.

                                                                                                                                                                                                                          \n@return The text of the event.", "getterModel" : { "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 text of the event.

                                                                                                                                                                                                                          \n@param message The text of the event.", "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 text of the event.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \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 and time when the event occurred.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                                                                                                                                                                                                                          The date and time when the event occurred.

                                                                                                                                                                                                                          \n@return The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          \n@param date The date and time when the event occurred.", "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 and time when the event occurred.

                                                                                                                                                                                                                          ", "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 }, "IncreaseReplicaCountRequest" : { "c2jName" : "IncreaseReplicaCountMessage", "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" : "IncreaseReplicaCount", "locationName" : null, "requestUri" : "/", "target" : "IncreaseReplicaCount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@return The id of the replication group to which you want to add replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@return If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@return If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "NewReplicaCount" : { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicaConfiguration" : { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@return The id of the replication group to which you want to add replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@return The id of the replication group to which you want to add replica nodes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          \n@param replicationGroupId The id of the replication group to which you want to add replica nodes.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The id of the replication group to which you want to add replica nodes.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewReplicaCount", "beanStyleSetterMethodName" : "setNewReplicaCount", "c2jName" : "NewReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #newReplicaCount(Integer)}.\n@param newReplicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newReplicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newReplicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newReplicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@return The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NewReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          \n@param newReplicaCount The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.", "setterMethodName" : "setNewReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "newReplicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaConfiguration", "beanStyleSetterMethodName" : "setReplicaConfiguration", "c2jName" : "ReplicaConfiguration", "c2jShape" : "ReplicaConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaConfiguration(List)}.\n@param replicaConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaConfiguration", "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" : "ConfigureShard", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigureShard.Builder} avoiding the need to create one manually via {@link ConfigureShard#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigureShard.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigureShard)}.\n@param member a consumer that will call methods on {@link ConfigureShard.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigureShard)", "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" : "ConfigureShard", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ConfigureShard", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigureShard", "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" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : null, "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigureShard", "variableName" : "member", "variableType" : "ConfigureShard", "documentation" : "", "simpleType" : "ConfigureShard", "variableSetterType" : "ConfigureShard" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ConfigureShard", "memberType" : "ConfigureShard", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigureShard", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicaConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          \n@param replicaConfiguration A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.", "setterMethodName" : "setReplicaConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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 #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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@return If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently 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" : "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          \n@param applyImmediately If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.", "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" : "

                                                                                                                                                                                                                          If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId", "ApplyImmediately" ], "shapeName" : "IncreaseReplicaCountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncreaseReplicaCountRequest", "variableName" : "increaseReplicaCountRequest", "variableType" : "IncreaseReplicaCountRequest", "documentation" : null, "simpleType" : "IncreaseReplicaCountRequest", "variableSetterType" : "IncreaseReplicaCountRequest" }, "wrapper" : false }, "IncreaseReplicaCountResponse" : { "c2jName" : "IncreaseReplicaCountResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncreaseReplicaCountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "IncreaseReplicaCountResult" }, "variable" : { "variableDeclarationType" : "IncreaseReplicaCountResponse", "variableName" : "increaseReplicaCountResponse", "variableType" : "IncreaseReplicaCountResponse", "documentation" : null, "simpleType" : "IncreaseReplicaCountResponse", "variableSetterType" : "IncreaseReplicaCountResponse" }, "wrapper" : false }, "InsufficientCacheClusterCapacityException" : { "c2jName" : "InsufficientCacheClusterCapacityFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InsufficientCacheClusterCapacity", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InsufficientCacheClusterCapacityException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InsufficientCacheClusterCapacityException", "variableName" : "insufficientCacheClusterCapacityException", "variableType" : "InsufficientCacheClusterCapacityException", "documentation" : null, "simpleType" : "InsufficientCacheClusterCapacityException", "variableSetterType" : "InsufficientCacheClusterCapacityException" }, "wrapper" : false }, "InvalidArnException" : { "c2jName" : "InvalidARNFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The requested Amazon Resource Name (ARN) does not refer to an existing resource.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidARN", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArnException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false }, "InvalidCacheClusterStateException" : { "c2jName" : "InvalidCacheClusterStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The requested cluster is not in the available state.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidCacheClusterState", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCacheClusterStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCacheClusterStateException", "variableName" : "invalidCacheClusterStateException", "variableType" : "InvalidCacheClusterStateException", "documentation" : null, "simpleType" : "InvalidCacheClusterStateException", "variableSetterType" : "InvalidCacheClusterStateException" }, "wrapper" : false }, "InvalidCacheParameterGroupStateException" : { "c2jName" : "InvalidCacheParameterGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current state of the cache parameter group does not allow the requested operation to occur.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidCacheParameterGroupState", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCacheParameterGroupStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCacheParameterGroupStateException", "variableName" : "invalidCacheParameterGroupStateException", "variableType" : "InvalidCacheParameterGroupStateException", "documentation" : null, "simpleType" : "InvalidCacheParameterGroupStateException", "variableSetterType" : "InvalidCacheParameterGroupStateException" }, "wrapper" : false }, "InvalidCacheSecurityGroupStateException" : { "c2jName" : "InvalidCacheSecurityGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current state of the cache security group does not allow deletion.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidCacheSecurityGroupState", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCacheSecurityGroupStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCacheSecurityGroupStateException", "variableName" : "invalidCacheSecurityGroupStateException", "variableType" : "InvalidCacheSecurityGroupStateException", "documentation" : null, "simpleType" : "InvalidCacheSecurityGroupStateException", "variableSetterType" : "InvalidCacheSecurityGroupStateException" }, "wrapper" : false }, "InvalidParameterCombinationException" : { "c2jName" : "InvalidParameterCombinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Two or more incompatible parameters were specified.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterCombination", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterCombinationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterCombinationException", "variableName" : "invalidParameterCombinationException", "variableType" : "InvalidParameterCombinationException", "documentation" : null, "simpleType" : "InvalidParameterCombinationException", "variableSetterType" : "InvalidParameterCombinationException" }, "wrapper" : false }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The value for a parameter is invalid.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterValue", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterValueException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false }, "InvalidReplicationGroupStateException" : { "c2jName" : "InvalidReplicationGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The requested replication group is not in the available state.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidReplicationGroupState", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidReplicationGroupStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidReplicationGroupStateException", "variableName" : "invalidReplicationGroupStateException", "variableType" : "InvalidReplicationGroupStateException", "documentation" : null, "simpleType" : "InvalidReplicationGroupStateException", "variableSetterType" : "InvalidReplicationGroupStateException" }, "wrapper" : false }, "InvalidSnapshotStateException" : { "c2jName" : "InvalidSnapshotStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current state of the snapshot does not allow the requested operation to occur.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSnapshotState", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSnapshotStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSnapshotStateException", "variableName" : "invalidSnapshotStateException", "variableType" : "InvalidSnapshotStateException", "documentation" : null, "simpleType" : "InvalidSnapshotStateException", "variableSetterType" : "InvalidSnapshotStateException" }, "wrapper" : false }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          An invalid subnet identifier was specified.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSubnet", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "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 }, "InvalidVpcNetworkStateException" : { "c2jName" : "InvalidVPCNetworkStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The VPC network is in an invalid state.

                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidVPCNetworkStateFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidVpcNetworkStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidVpcNetworkStateException", "variableName" : "invalidVpcNetworkStateException", "variableType" : "InvalidVpcNetworkStateException", "documentation" : null, "simpleType" : "InvalidVpcNetworkStateException", "variableSetterType" : "InvalidVpcNetworkStateException" }, "wrapper" : false }, "ListAllowedNodeTypeModificationsRequest" : { "c2jName" : "ListAllowedNodeTypeModificationsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The input parameters for the ListAllowedNodeTypeModifications operation.

                                                                                                                                                                                                                          ", "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" : "ListAllowedNodeTypeModifications", "locationName" : null, "requestUri" : "/", "target" : "ListAllowedNodeTypeModifications", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param cacheClusterId The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@return The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                                                                                                                                                                                                          You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAllowedNodeTypeModificationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAllowedNodeTypeModificationsRequest", "variableName" : "listAllowedNodeTypeModificationsRequest", "variableType" : "ListAllowedNodeTypeModificationsRequest", "documentation" : null, "simpleType" : "ListAllowedNodeTypeModificationsRequest", "variableSetterType" : "ListAllowedNodeTypeModificationsRequest" }, "wrapper" : false }, "ListAllowedNodeTypeModificationsResponse" : { "c2jName" : "AllowedNodeTypeModificationsMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the allowed node types you can use to modify your cluster or replication group.

                                                                                                                                                                                                                          ", "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" : "getScaleUpModifications", "beanStyleSetterMethodName" : "setScaleUpModifications", "c2jName" : "ScaleUpModifications", "c2jShape" : "NodeTypeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #scaleUpModifications(List)}.\n@param scaleUpModifications a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scaleUpModifications(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scaleUpModifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scaleUpModifications", "getterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScaleUpModifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScaleUpModifications", "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" : "ScaleUpModifications", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "setterMethodName" : "setScaleUpModifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScaleUpModifications" : { "beanStyleGetterMethodName" : "getScaleUpModifications", "beanStyleSetterMethodName" : "setScaleUpModifications", "c2jName" : "ScaleUpModifications", "c2jShape" : "NodeTypeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #scaleUpModifications(List)}.\n@param scaleUpModifications a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scaleUpModifications(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scaleUpModifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scaleUpModifications", "getterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScaleUpModifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScaleUpModifications", "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" : "ScaleUpModifications", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "setterMethodName" : "setScaleUpModifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getScaleUpModifications", "beanStyleSetterMethodName" : "setScaleUpModifications", "c2jName" : "ScaleUpModifications", "c2jShape" : "NodeTypeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #scaleUpModifications(List)}.\n@param scaleUpModifications a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scaleUpModifications(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scaleUpModifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scaleUpModifications", "getterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScaleUpModifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ScaleUpModifications", "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" : "ScaleUpModifications", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          \n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.", "setterMethodName" : "setScaleUpModifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

                                                                                                                                                                                                                          When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAllowedNodeTypeModificationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListAllowedNodeTypeModificationsResult" }, "variable" : { "variableDeclarationType" : "ListAllowedNodeTypeModificationsResponse", "variableName" : "listAllowedNodeTypeModificationsResponse", "variableType" : "ListAllowedNodeTypeModificationsResponse", "documentation" : null, "simpleType" : "ListAllowedNodeTypeModificationsResponse", "variableSetterType" : "ListAllowedNodeTypeModificationsResponse" }, "wrapper" : false }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The input parameters for the ListTagsForResource operation.

                                                                                                                                                                                                                          ", "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" : "ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                          For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceName" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "ListTagsForResourceResponse" : { "c2jName" : "TagListMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

                                                                                                                                                                                                                          ", "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 cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListTagsForResourceResult" }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false }, "ModifyCacheClusterRequest" : { "c2jName" : "ModifyCacheClusterMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the input of a ModifyCacheCluster operation.

                                                                                                                                                                                                                          ", "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" : "ModifyCacheCluster", "locationName" : null, "requestUri" : "/", "target" : "ModifyCacheCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          \n@return The cluster identifier. This value 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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 #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          \n@return The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          ", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                          If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                          For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                          Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                          A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                          For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                                                                                                                                                                                                          \n@return Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          \n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                          Valid values: single-az | cross-az.

                                                                                                                                                                                                                          This option is only supported for Memcached clusters.

                                                                                                                                                                                                                          You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                          Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewAvailabilityZones", "beanStyleSetterMethodName" : "setNewAvailabilityZones", "c2jName" : "NewAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #newAvailabilityZones(List)}.\n@param newAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                          \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                            The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                            This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                            This option is only supported on Memcached clusters.

                                                                                                                                                                                                                            Scenarios:

                                                                                                                                                                                                                            • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                            • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                            • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                            The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                            If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                            Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                            • Scenario-1

                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                            • Scenario-2

                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                              • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                            • Scenario-3

                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                            • Scenario-4

                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                              • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                            \n@return The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                            This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                            This option is only supported on Memcached clusters.

                                                                                                                                                                                                                            Scenarios:

                                                                                                                                                                                                                            • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                            • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                            • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                            The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                            If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                            Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                            • Scenario-1

                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                            • Scenario-2

                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                              • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                            • Scenario-3

                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                            • Scenario-4

                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                              • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "NewAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                              This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                              This option is only supported on Memcached clusters.

                                                                                                                                                                                                                              Scenarios:

                                                                                                                                                                                                                              • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                              • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                              • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                              The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                              If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                              Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                              • Scenario-1

                                                                                                                                                                                                                                • Pending Action: Delete

                                                                                                                                                                                                                                • New Request: Delete

                                                                                                                                                                                                                                • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                              • Scenario-2

                                                                                                                                                                                                                                • Pending Action: Delete

                                                                                                                                                                                                                                • New Request: Create

                                                                                                                                                                                                                                • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                              • Scenario-3

                                                                                                                                                                                                                                • Pending Action: Create

                                                                                                                                                                                                                                • New Request: Delete

                                                                                                                                                                                                                                • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                              • Scenario-4

                                                                                                                                                                                                                                • Pending Action: Create

                                                                                                                                                                                                                                • New Request: Create

                                                                                                                                                                                                                                • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                  Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                              \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                              This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                              This option is only supported on Memcached clusters.

                                                                                                                                                                                                                              Scenarios:

                                                                                                                                                                                                                              • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                              • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                              • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                              The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                              If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                              Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                              • Scenario-1

                                                                                                                                                                                                                                • Pending Action: Delete

                                                                                                                                                                                                                                • New Request: Delete

                                                                                                                                                                                                                                • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                              • Scenario-2

                                                                                                                                                                                                                                • Pending Action: Delete

                                                                                                                                                                                                                                • New Request: Create

                                                                                                                                                                                                                                • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                              • Scenario-3

                                                                                                                                                                                                                                • Pending Action: Create

                                                                                                                                                                                                                                • New Request: Delete

                                                                                                                                                                                                                                • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                              • Scenario-4

                                                                                                                                                                                                                                • Pending Action: Create

                                                                                                                                                                                                                                • New Request: Create

                                                                                                                                                                                                                                • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                  Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                              • ", "setterMethodName" : "setNewAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                Scenarios:

                                                                                                                                                                                                                                • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                • Scenario-1

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-2

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-3

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                • Scenario-4

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                    Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                Valid values for ddd are:

                                                                                                                                                                                                                                • sun

                                                                                                                                                                                                                                • mon

                                                                                                                                                                                                                                • tue

                                                                                                                                                                                                                                • wed

                                                                                                                                                                                                                                • thu

                                                                                                                                                                                                                                • fri

                                                                                                                                                                                                                                • sat

                                                                                                                                                                                                                                Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@return The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                \n@return The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                Valid values: active | inactive

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: 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 #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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: 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" : "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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false", "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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@return The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@return A valid cache node type that you want to scale this cluster up 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AZMode" : { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                                                                                                                                                                                                                \n@return Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                \n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                Valid values: single-az | cross-az.

                                                                                                                                                                                                                                This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: 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 #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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: 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" : "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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false", "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" : "

                                                                                                                                                                                                                                If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                This parameter is currently disabled.

                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                \n@return The cluster identifier. This value 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeIdsToRemove" : { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@return A valid cache node type that you want to scale this cluster up 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@return The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSecurityGroupNames" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                \n@return A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@return The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NewAvailabilityZones" : { "beanStyleGetterMethodName" : "getNewAvailabilityZones", "beanStyleSetterMethodName" : "setNewAvailabilityZones", "c2jName" : "NewAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                Scenarios:

                                                                                                                                                                                                                                • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                • Scenario-1

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-2

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-3

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                • Scenario-4

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                    Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #newAvailabilityZones(List)}.\n@param newAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                Scenarios:

                                                                                                                                                                                                                                • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                • Scenario-1

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-2

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-3

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                • Scenario-4

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                    Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                Scenarios:

                                                                                                                                                                                                                                • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                • Scenario-1

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-2

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-3

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                • Scenario-4

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                    Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                Scenarios:

                                                                                                                                                                                                                                • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                • Scenario-1

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-2

                                                                                                                                                                                                                                  • Pending Action: Delete

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                • Scenario-3

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Delete

                                                                                                                                                                                                                                  • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                • Scenario-4

                                                                                                                                                                                                                                  • Pending Action: Create

                                                                                                                                                                                                                                  • New Request: Create

                                                                                                                                                                                                                                  • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                    Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                  The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                  This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                  Scenarios:

                                                                                                                                                                                                                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                  • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                  Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                  • Scenario-1

                                                                                                                                                                                                                                    • Pending Action: Delete

                                                                                                                                                                                                                                    • New Request: Delete

                                                                                                                                                                                                                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                  • Scenario-2

                                                                                                                                                                                                                                    • Pending Action: Delete

                                                                                                                                                                                                                                    • New Request: Create

                                                                                                                                                                                                                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                  • Scenario-3

                                                                                                                                                                                                                                    • Pending Action: Create

                                                                                                                                                                                                                                    • New Request: Delete

                                                                                                                                                                                                                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                  • Scenario-4

                                                                                                                                                                                                                                    • Pending Action: Create

                                                                                                                                                                                                                                    • New Request: Create

                                                                                                                                                                                                                                    • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                  \n@return The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                  This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                  Scenarios:

                                                                                                                                                                                                                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                  • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                  Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                  • Scenario-1

                                                                                                                                                                                                                                    • Pending Action: Delete

                                                                                                                                                                                                                                    • New Request: Delete

                                                                                                                                                                                                                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                  • Scenario-2

                                                                                                                                                                                                                                    • Pending Action: Delete

                                                                                                                                                                                                                                    • New Request: Create

                                                                                                                                                                                                                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                  • Scenario-3

                                                                                                                                                                                                                                    • Pending Action: Create

                                                                                                                                                                                                                                    • New Request: Delete

                                                                                                                                                                                                                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                  • Scenario-4

                                                                                                                                                                                                                                    • Pending Action: Create

                                                                                                                                                                                                                                    • New Request: Create

                                                                                                                                                                                                                                    • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "NewAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                    The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                    This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                    This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                    Scenarios:

                                                                                                                                                                                                                                    • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                    • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                    • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                    The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                    If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                    Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                    • Scenario-1

                                                                                                                                                                                                                                      • Pending Action: Delete

                                                                                                                                                                                                                                      • New Request: Delete

                                                                                                                                                                                                                                      • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                    • Scenario-2

                                                                                                                                                                                                                                      • Pending Action: Delete

                                                                                                                                                                                                                                      • New Request: Create

                                                                                                                                                                                                                                      • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                    • Scenario-3

                                                                                                                                                                                                                                      • Pending Action: Create

                                                                                                                                                                                                                                      • New Request: Delete

                                                                                                                                                                                                                                      • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                    • Scenario-4

                                                                                                                                                                                                                                      • Pending Action: Create

                                                                                                                                                                                                                                      • New Request: Create

                                                                                                                                                                                                                                      • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                        Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                    \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                    This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                    This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                    Scenarios:

                                                                                                                                                                                                                                    • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                    • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                    • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                    The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                    If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                    Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                    • Scenario-1

                                                                                                                                                                                                                                      • Pending Action: Delete

                                                                                                                                                                                                                                      • New Request: Delete

                                                                                                                                                                                                                                      • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                    • Scenario-2

                                                                                                                                                                                                                                      • Pending Action: Delete

                                                                                                                                                                                                                                      • New Request: Create

                                                                                                                                                                                                                                      • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                    • Scenario-3

                                                                                                                                                                                                                                      • Pending Action: Create

                                                                                                                                                                                                                                      • New Request: Delete

                                                                                                                                                                                                                                      • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                    • Scenario-4

                                                                                                                                                                                                                                      • Pending Action: Create

                                                                                                                                                                                                                                      • New Request: Create

                                                                                                                                                                                                                                      • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                        Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                    • ", "setterMethodName" : "setNewAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                      The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                      This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                      This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                      Scenarios:

                                                                                                                                                                                                                                      • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                      • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                      • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                      The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                      If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                      • Scenario-1

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-2

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-3

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                      • Scenario-4

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                          Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                      The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTopicStatus" : { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      \n@return The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                      Valid values: active | inactive

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NumCacheNodes" : { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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 #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@return The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                      Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                      Valid values for ddd are:

                                                                                                                                                                                                                                      • sun

                                                                                                                                                                                                                                      • mon

                                                                                                                                                                                                                                      • tue

                                                                                                                                                                                                                                      • wed

                                                                                                                                                                                                                                      • thu

                                                                                                                                                                                                                                      • fri

                                                                                                                                                                                                                                      • sat

                                                                                                                                                                                                                                      Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                      \n@return Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                      Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                      This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                      The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                      If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                      \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                      \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                      \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                      \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                      \n@return The cluster identifier. This value 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                      \n@param cacheClusterId The cluster identifier. This value is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The cluster identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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 #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@return The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the 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" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      \n@param numCacheNodes The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                      The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

                                                                                                                                                                                                                                      If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

                                                                                                                                                                                                                                      For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                      Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

                                                                                                                                                                                                                                      A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

                                                                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                      \n@return A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                      A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                                                                                                                                                                                                                      For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluster call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAzModeAsString", "beanStyleSetterMethodName" : "setAzMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #azModeAsString(String)}.\n@param azMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #azMode(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "AZMode", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "azMode", "fluentEnumSetterMethodName" : "azMode", "fluentGetterMethodName" : "azModeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n@see AZMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode", "fluentSetterMethodName" : "azMode", "getterDocumentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #azMode} will return {@link AZMode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #azModeAsString}.\n

                                                                                                                                                                                                                                      \n@return Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n@see AZMode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AZMode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AZMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AZMode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n@param azMode Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      \n@see AZMode", "setterMethodName" : "setAzMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "azMode", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                                                                                                                                                                                                                      Valid values: single-az | cross-az.

                                                                                                                                                                                                                                      This option is only supported for Memcached clusters.

                                                                                                                                                                                                                                      You cannot specify single-az if the Memcached cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                                                                                                                                                                                                                      Only newly created nodes are located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNewAvailabilityZones", "beanStyleSetterMethodName" : "setNewAvailabilityZones", "c2jName" : "NewAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                      This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                      This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                      Scenarios:

                                                                                                                                                                                                                                      • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                      • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                      • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                      The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                      If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                      • Scenario-1

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-2

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-3

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                      • Scenario-4

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                          Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #newAvailabilityZones(List)}.\n@param newAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                      This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                      This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                      Scenarios:

                                                                                                                                                                                                                                      • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                      • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                      • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                      The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                      If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                      • Scenario-1

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-2

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-3

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                      • Scenario-4

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                          Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                      This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                      This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                      Scenarios:

                                                                                                                                                                                                                                      • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                      • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                      • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                      The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                      If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                      • Scenario-1

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-2

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-3

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                      • Scenario-4

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                          Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                      \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                      This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                      This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                      Scenarios:

                                                                                                                                                                                                                                      • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                      • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                      • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                      The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                      If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                      Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                      • Scenario-1

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-2

                                                                                                                                                                                                                                        • Pending Action: Delete

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                      • Scenario-3

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Delete

                                                                                                                                                                                                                                        • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                      • Scenario-4

                                                                                                                                                                                                                                        • Pending Action: Create

                                                                                                                                                                                                                                        • New Request: Create

                                                                                                                                                                                                                                        • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                          Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                        The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                        This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                        This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                        Scenarios:

                                                                                                                                                                                                                                        • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                        • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                        • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                        The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                        If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                        Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                        • Scenario-1

                                                                                                                                                                                                                                          • Pending Action: Delete

                                                                                                                                                                                                                                          • New Request: Delete

                                                                                                                                                                                                                                          • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                        • Scenario-2

                                                                                                                                                                                                                                          • Pending Action: Delete

                                                                                                                                                                                                                                          • New Request: Create

                                                                                                                                                                                                                                          • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                        • Scenario-3

                                                                                                                                                                                                                                          • Pending Action: Create

                                                                                                                                                                                                                                          • New Request: Delete

                                                                                                                                                                                                                                          • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                        • Scenario-4

                                                                                                                                                                                                                                          • Pending Action: Create

                                                                                                                                                                                                                                          • New Request: Create

                                                                                                                                                                                                                                          • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                            Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                        \n@return The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                        This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                        This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                        Scenarios:

                                                                                                                                                                                                                                        • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                        • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                        • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                        The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                        If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                        Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                        • Scenario-1

                                                                                                                                                                                                                                          • Pending Action: Delete

                                                                                                                                                                                                                                          • New Request: Delete

                                                                                                                                                                                                                                          • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                        • Scenario-2

                                                                                                                                                                                                                                          • Pending Action: Delete

                                                                                                                                                                                                                                          • New Request: Create

                                                                                                                                                                                                                                          • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                        • Scenario-3

                                                                                                                                                                                                                                          • Pending Action: Create

                                                                                                                                                                                                                                          • New Request: Delete

                                                                                                                                                                                                                                          • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                        • Scenario-4

                                                                                                                                                                                                                                          • Pending Action: Create

                                                                                                                                                                                                                                          • New Request: Create

                                                                                                                                                                                                                                          • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                            Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewAvailabilityZones", "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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "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" : "PreferredAvailabilityZone", "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" : "NewAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                          The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                          \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                          This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                          This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                          Scenarios:

                                                                                                                                                                                                                                          • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                          • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                          • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                          The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                          If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                          Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                          • Scenario-1

                                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                          • Scenario-2

                                                                                                                                                                                                                                            • Pending Action: Delete

                                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                                            • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                          • Scenario-3

                                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                                            • New Request: Delete

                                                                                                                                                                                                                                            • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                          • Scenario-4

                                                                                                                                                                                                                                            • Pending Action: Create

                                                                                                                                                                                                                                            • New Request: Create

                                                                                                                                                                                                                                            • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                              Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                          • ", "setterMethodName" : "setNewAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            The list of Availability Zones where the new Memcached cache nodes are created.

                                                                                                                                                                                                                                            This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                                                                                                                                                                                                                            This option is only supported on Memcached clusters.

                                                                                                                                                                                                                                            Scenarios:

                                                                                                                                                                                                                                            • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                                                                                                                                                                                                                            • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                                                                                                                                                                                                                            • Scenario 3: You want to cancel all pending operations. Specify NumCacheNodes=3 to cancel all pending operations.

                                                                                                                                                                                                                                            The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                                                                                                                                                                                                                            If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                                                                                                                                                                                                                            Impact of new add/remove requests upon pending requests

                                                                                                                                                                                                                                            • Scenario-1

                                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                            • Scenario-2

                                                                                                                                                                                                                                              • Pending Action: Delete

                                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                                              • Result: The new create, pending or immediate, replaces the pending delete.

                                                                                                                                                                                                                                            • Scenario-3

                                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                                              • New Request: Delete

                                                                                                                                                                                                                                              • Result: The new delete, pending or immediate, replaces the pending create.

                                                                                                                                                                                                                                            • Scenario-4

                                                                                                                                                                                                                                              • Pending Action: Create

                                                                                                                                                                                                                                              • New Request: Create

                                                                                                                                                                                                                                              • Result: The new create is added to the pending create.

                                                                                                                                                                                                                                                Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            A list of cache security group names to authorize on this cluster. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                            You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            \n@param securityGroupIds Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            Specifies the VPC Security Groups associated with the cluster.

                                                                                                                                                                                                                                            This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                            The Amazon SNS topic owner must be same as the cluster owner.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to apply to this cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            \n@return The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                            Valid values: active | inactive

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: 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 #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" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false

                                                                                                                                                                                                                                            \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false

                                                                                                                                                                                                                                            \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: 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" : "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" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false

                                                                                                                                                                                                                                            \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false", "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" : "

                                                                                                                                                                                                                                            If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster.

                                                                                                                                                                                                                                            If false, changes to the cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                            If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Default: false

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                            The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            \n@return The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the cache nodes.

                                                                                                                                                                                                                                            Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            \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" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                            The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                            If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                            \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                            \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                            \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cluster.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                            \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                            \n@return A valid cache node type that you want to scale this cluster up 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                            \n@param cacheNodeType A valid cache node type that you want to scale this cluster up to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A valid cache node type that you want to scale this cluster up to.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheClusterId" ], "shapeName" : "ModifyCacheClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyCacheClusterRequest", "variableName" : "modifyCacheClusterRequest", "variableType" : "ModifyCacheClusterRequest", "documentation" : null, "simpleType" : "ModifyCacheClusterRequest", "variableSetterType" : "ModifyCacheClusterRequest" }, "wrapper" : false }, "ModifyCacheClusterResponse" : { "c2jName" : "ModifyCacheClusterResult", "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" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheCluster" : { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyCacheClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyCacheClusterResult" }, "variable" : { "variableDeclarationType" : "ModifyCacheClusterResponse", "variableName" : "modifyCacheClusterResponse", "variableType" : "ModifyCacheClusterResponse", "documentation" : null, "simpleType" : "ModifyCacheClusterResponse", "variableSetterType" : "ModifyCacheClusterResponse" }, "wrapper" : false }, "ModifyCacheParameterGroupRequest" : { "c2jName" : "ModifyCacheParameterGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents the input of a ModifyCacheParameterGroup operation.

                                                                                                                                                                                                                                            ", "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" : "ModifyCacheParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "ModifyCacheParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterNameValues" : { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group to modify.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group to modify.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                            An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheParameterGroupName", "ParameterNameValues" ], "shapeName" : "ModifyCacheParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyCacheParameterGroupRequest", "variableName" : "modifyCacheParameterGroupRequest", "variableType" : "ModifyCacheParameterGroupRequest", "documentation" : null, "simpleType" : "ModifyCacheParameterGroupRequest", "variableSetterType" : "ModifyCacheParameterGroupRequest" }, "wrapper" : false }, "ModifyCacheParameterGroupResponse" : { "c2jName" : "CacheParameterGroupNameMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents the output of one of the following operations:

                                                                                                                                                                                                                                            • ModifyCacheParameterGroup

                                                                                                                                                                                                                                            • ResetCacheParameterGroup

                                                                                                                                                                                                                                            ", "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" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name of the cache parameter group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyCacheParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyCacheParameterGroupResult" }, "variable" : { "variableDeclarationType" : "ModifyCacheParameterGroupResponse", "variableName" : "modifyCacheParameterGroupResponse", "variableType" : "ModifyCacheParameterGroupResponse", "documentation" : null, "simpleType" : "ModifyCacheParameterGroupResponse", "variableSetterType" : "ModifyCacheParameterGroupResponse" }, "wrapper" : false }, "ModifyCacheSubnetGroupRequest" : { "c2jName" : "ModifyCacheSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents the input of a ModifyCacheSubnetGroup operation.

                                                                                                                                                                                                                                            ", "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" : "ModifyCacheSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "ModifyCacheSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@return The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@return A description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetIds(List)}.\n@param subnetIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The EC2 subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache 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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@return A description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@return The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetIds(List)}.\n@param subnetIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The EC2 subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache 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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@return The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The name for the cache subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                            Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                                                                                                                                                                                            Example: mysubnetgroup

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupDescription", "beanStyleSetterMethodName" : "setCacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache 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 #cacheSubnetGroupDescription(String)}.\n@param cacheSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@return A description of the cache 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" : "CacheSubnetGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            \n@param cacheSubnetGroupDescription A description of the cache subnet group.", "setterMethodName" : "setCacheSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A description of the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetIds(List)}.\n@param subnetIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                            \n@return The EC2 subnet IDs for the cache 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" : "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" : "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" : "SubnetIdentifier", "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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            \n@param subnetIds The EC2 subnet IDs for the cache 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" : "

                                                                                                                                                                                                                                            The EC2 subnet IDs for the cache subnet group.

                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSubnetGroupName" ], "shapeName" : "ModifyCacheSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyCacheSubnetGroupRequest", "variableName" : "modifyCacheSubnetGroupRequest", "variableType" : "ModifyCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "ModifyCacheSubnetGroupRequest", "variableSetterType" : "ModifyCacheSubnetGroupRequest" }, "wrapper" : false }, "ModifyCacheSubnetGroupResponse" : { "c2jName" : "ModifyCacheSubnetGroupResult", "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" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSubnetGroup" : { "beanStyleGetterMethodName" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSubnetGroup", "beanStyleSetterMethodName" : "setCacheSubnetGroup", "c2jName" : "CacheSubnetGroup", "c2jShape" : "CacheSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSubnetGroup.Builder} avoiding the need to create one manually via {@link CacheSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSubnetGroup(CacheSubnetGroup)}.\n@param cacheSubnetGroup a consumer that will call methods on {@link CacheSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroup(CacheSubnetGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroup", "getterDocumentation" : "Returns the value of the CacheSubnetGroup property for this object.\n@return The value of the CacheSubnetGroup property for this object.", "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSubnetGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSubnetGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSubnetGroup property for this object.\n\n@param cacheSubnetGroup The new value for the CacheSubnetGroup property for this object.", "setterMethodName" : "setCacheSubnetGroup", "setterModel" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSubnetGroup", "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyCacheSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyCacheSubnetGroupResult" }, "variable" : { "variableDeclarationType" : "ModifyCacheSubnetGroupResponse", "variableName" : "modifyCacheSubnetGroupResponse", "variableType" : "ModifyCacheSubnetGroupResponse", "documentation" : null, "simpleType" : "ModifyCacheSubnetGroupResponse", "variableSetterType" : "ModifyCacheSubnetGroupResponse" }, "wrapper" : false }, "ModifyReplicationGroupRequest" : { "c2jName" : "ModifyReplicationGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Represents the input of a ModifyReplicationGroups operation.

                                                                                                                                                                                                                                            ", "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" : "ModifyReplicationGroup", "locationName" : null, "requestUri" : "/", "target" : "ModifyReplicationGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            \n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            \n@return The identifier of the replication group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            \n@param replicationGroupId The identifier of the replication group to modify.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The identifier of the replication group to modify.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                            \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                            \n@return A description for the replication group. Maximum length is 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                            \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            \n@return For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            \n@return The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                            \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                            \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                              Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                              \n@return Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                              • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                  \n@return A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                  \n@return Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                  This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                  Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                  Valid values for ddd are:

                                                                                                                                                                                                                                                  • sun

                                                                                                                                                                                                                                                  • mon

                                                                                                                                                                                                                                                  • tue

                                                                                                                                                                                                                                                  • wed

                                                                                                                                                                                                                                                  • thu

                                                                                                                                                                                                                                                  • fri

                                                                                                                                                                                                                                                  • sat

                                                                                                                                                                                                                                                  Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                  The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  \n@return The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  \n@return The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                  Valid values: active | inactive

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: 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 #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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: 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" : "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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false", "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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  \n@return The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  \n@return The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                  Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                  Example: 05:00-09:00

                                                                                                                                                                                                                                                  If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                  \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                  \n@return A valid cache node type that you want to scale this replication group 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                  \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : true, "documentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  \n@param nodeGroupId Deprecated. This parameter is not used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  \n@return Deprecated. This parameter is not used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  \n@param nodeGroupId Deprecated. This parameter is not used.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: 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 #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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: 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" : "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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false", "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" : "

                                                                                                                                                                                                                                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                  If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Default: false

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutomaticFailoverEnabled" : { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                  \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                  \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                  Valid values: true | false

                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                    Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                    \n@return Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                    • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                      Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                      \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                        Valid values: true | false

                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                        \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                        \n@return A valid cache node type that you want to scale this replication group 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                        \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        \n@return The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSecurityGroupNames" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                        \n@return A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                        A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        \n@return The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                        Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : true, "documentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        \n@param nodeGroupId Deprecated. This parameter is not used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        \n@return Deprecated. This parameter is not used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        \n@param nodeGroupId Deprecated. This parameter is not used.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTopicArn" : { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                        The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationTopicStatus" : { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        \n@return The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                        Valid values: active | inactive

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                        Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                        Valid values for ddd are:

                                                                                                                                                                                                                                                        • sun

                                                                                                                                                                                                                                                        • mon

                                                                                                                                                                                                                                                        • tue

                                                                                                                                                                                                                                                        • wed

                                                                                                                                                                                                                                                        • thu

                                                                                                                                                                                                                                                        • fri

                                                                                                                                                                                                                                                        • sat

                                                                                                                                                                                                                                                        Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrimaryClusterId" : { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@return For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@return A description for the replication group. Maximum length is 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@return The identifier of the replication group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@param replicationGroupId The identifier of the replication group to modify.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SecurityGroupIds" : { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                        \n@return Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                        Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                        This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        \n@return The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                        The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                        Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                        Example: 05:00-09:00

                                                                                                                                                                                                                                                        If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshottingClusterId" : { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@return The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@return The identifier of the replication group to modify.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        \n@param replicationGroupId The identifier of the replication group to modify.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The identifier of the replication group to modify.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@return A description for the replication group. Maximum length is 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        \n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        A description for the replication group. Maximum length is 255 characters.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@return For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        \n@param primaryClusterId For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        For replication groups with a single primary, if this parameter is specified, ElastiCache promotes the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@return The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverEnabled", "beanStyleSetterMethodName" : "setAutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                        Valid values: true | false

                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                        \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 #automaticFailoverEnabled(Boolean)}.\n@param automaticFailoverEnabled 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 #automaticFailoverEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                        Valid values: true | false

                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "automaticFailoverEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                        Valid values: true | false

                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                        \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                        Valid values: true | false

                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "automaticFailoverEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                          Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                          \n@return Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                          • ", "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" : "AutomaticFailoverEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutomaticFailoverEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                            \n@param automaticFailoverEnabled Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                            Valid values: true | false

                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setAutomaticFailoverEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                              Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSecurityGroupNames", "beanStyleSetterMethodName" : "setCacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupNames(List)}.\n@param cacheSecurityGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupNames(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupNames", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupNames", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupNames", "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" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupName", "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" : "CacheSecurityGroupNames", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              \n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.", "setterMethodName" : "setCacheSecurityGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              Constraints: Must contain no more than 255 alphanumeric characters. Must not be Default.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "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" : "SecurityGroupId", "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" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              \n@param securityGroupIds Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the VPC Security Groups associated with the clusters in the replication group.

                                                                                                                                                                                                                                                              This parameter can be used only with replication group containing clusters running in an Amazon Virtual Private Cloud (Amazon VPC).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicArn", "beanStyleSetterMethodName" : "setNotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicArn(String)}.\n@param notificationTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              ", "setterMethodName" : "setNotificationTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.

                                                                                                                                                                                                                                                              The Amazon SNS topic owner must be same as the replication group owner.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              \n@return The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              \n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationTopicStatus", "beanStyleSetterMethodName" : "setNotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notificationTopicStatus(String)}.\n@param notificationTopicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationTopicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationTopicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationTopicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              \n@return The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationTopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationTopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationTopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              \n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive", "setterMethodName" : "setNotificationTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationTopicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

                                                                                                                                                                                                                                                              Valid values: active | inactive

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: 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 #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" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false

                                                                                                                                                                                                                                                              \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false

                                                                                                                                                                                                                                                              \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: 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" : "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" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false

                                                                                                                                                                                                                                                              \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false", "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" : "

                                                                                                                                                                                                                                                              If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

                                                                                                                                                                                                                                                              If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                                                                                                                                                                                                                                              Valid values: true | false

                                                                                                                                                                                                                                                              Default: false

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              \n@return The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "getterModel" : { "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              \n@param engineVersion The upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.", "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 upgraded version of the cache engine to be run on the clusters in the replication group.

                                                                                                                                                                                                                                                              Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              \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" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                              This parameter is currently disabled.

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              \n@return The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of days for which ElastiCache retains automatic node group (shard) snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of the node group (shard) specified by SnapshottingClusterId.

                                                                                                                                                                                                                                                              Example: 05:00-09:00

                                                                                                                                                                                                                                                              If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                              \n@return A valid cache node type that you want to scale this replication group 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType A valid cache node type that you want to scale this replication group to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A valid cache node type that you want to scale this replication group to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : true, "documentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Deprecated. This parameter is not used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              \n@return Deprecated. This parameter is not used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Deprecated. This parameter is not used.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Deprecated. This parameter is not used.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId" ], "shapeName" : "ModifyReplicationGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyReplicationGroupRequest", "variableName" : "modifyReplicationGroupRequest", "variableType" : "ModifyReplicationGroupRequest", "documentation" : null, "simpleType" : "ModifyReplicationGroupRequest", "variableSetterType" : "ModifyReplicationGroupRequest" }, "wrapper" : false }, "ModifyReplicationGroupResponse" : { "c2jName" : "ModifyReplicationGroupResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyReplicationGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyReplicationGroupResult" }, "variable" : { "variableDeclarationType" : "ModifyReplicationGroupResponse", "variableName" : "modifyReplicationGroupResponse", "variableType" : "ModifyReplicationGroupResponse", "documentation" : null, "simpleType" : "ModifyReplicationGroupResponse", "variableSetterType" : "ModifyReplicationGroupResponse" }, "wrapper" : false }, "ModifyReplicationGroupShardConfigurationRequest" : { "c2jName" : "ModifyReplicationGroupShardConfigurationMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents the input for a ModifyReplicationGroupShardConfiguration operation.

                                                                                                                                                                                                                                                              ", "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" : "ModifyReplicationGroupShardConfiguration", "locationName" : null, "requestUri" : "/", "target" : "ModifyReplicationGroupShardConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@return The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupCount", "beanStyleSetterMethodName" : "setNodeGroupCount", "c2jName" : "NodeGroupCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupCount(Integer)}.\n@param nodeGroupCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@return The number of node groups (shards) that results from the modification of the shard configuration.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NodeGroupCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.", "setterMethodName" : "setNodeGroupCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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 #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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@return Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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" : "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true", "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReshardingConfiguration", "beanStyleSetterMethodName" : "setReshardingConfiguration", "c2jName" : "ReshardingConfiguration", "c2jShape" : "ReshardingConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reshardingConfiguration(List)}.\n@param reshardingConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reshardingConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reshardingConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reshardingConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReshardingConfiguration.Builder} avoiding the need to create one manually via {@link ReshardingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ReshardingConfiguration)}.\n@param member a consumer that will call methods on {@link ReshardingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReshardingConfiguration)", "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" : "ReshardingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : null, "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : "", "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReshardingConfiguration", "memberType" : "ReshardingConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReshardingConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReshardingConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "setterMethodName" : "setReshardingConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupsToRemove", "beanStyleSetterMethodName" : "setNodeGroupsToRemove", "c2jName" : "NodeGroupsToRemove", "c2jShape" : "NodeGroupsToRemoveList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRemove(List)}.\n@param nodeGroupsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRemove", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRemove", "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" : "NodeGroupToRemove", "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" : "NodeGroupsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "setterMethodName" : "setNodeGroupsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupsToRetain", "beanStyleSetterMethodName" : "setNodeGroupsToRetain", "c2jName" : "NodeGroupsToRetain", "c2jShape" : "NodeGroupsToRetainList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRetain(List)}.\n@param nodeGroupsToRetain a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRetain(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRetain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRetain", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRetain", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRetain", "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" : "NodeGroupToRetain", "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" : "NodeGroupsToRetain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "setterMethodName" : "setNodeGroupsToRetain", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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 #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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@return Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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" : "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true", "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "NodeGroupCount" : { "beanStyleGetterMethodName" : "getNodeGroupCount", "beanStyleSetterMethodName" : "setNodeGroupCount", "c2jName" : "NodeGroupCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupCount(Integer)}.\n@param nodeGroupCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@return The number of node groups (shards) that results from the modification of the shard configuration.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NodeGroupCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.", "setterMethodName" : "setNodeGroupCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NodeGroupsToRemove" : { "beanStyleGetterMethodName" : "getNodeGroupsToRemove", "beanStyleSetterMethodName" : "setNodeGroupsToRemove", "c2jName" : "NodeGroupsToRemove", "c2jShape" : "NodeGroupsToRemoveList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRemove(List)}.\n@param nodeGroupsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRemove", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRemove", "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" : "NodeGroupToRemove", "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" : "NodeGroupsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "setterMethodName" : "setNodeGroupsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NodeGroupsToRetain" : { "beanStyleGetterMethodName" : "getNodeGroupsToRetain", "beanStyleSetterMethodName" : "setNodeGroupsToRetain", "c2jName" : "NodeGroupsToRetain", "c2jShape" : "NodeGroupsToRetainList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRetain(List)}.\n@param nodeGroupsToRetain a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRetain(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRetain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRetain", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRetain", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRetain", "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" : "NodeGroupToRetain", "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" : "NodeGroupsToRetain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "setterMethodName" : "setNodeGroupsToRetain", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@return The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReshardingConfiguration" : { "beanStyleGetterMethodName" : "getReshardingConfiguration", "beanStyleSetterMethodName" : "setReshardingConfiguration", "c2jName" : "ReshardingConfiguration", "c2jShape" : "ReshardingConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reshardingConfiguration(List)}.\n@param reshardingConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reshardingConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reshardingConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reshardingConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReshardingConfiguration.Builder} avoiding the need to create one manually via {@link ReshardingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ReshardingConfiguration)}.\n@param member a consumer that will call methods on {@link ReshardingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReshardingConfiguration)", "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" : "ReshardingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : null, "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : "", "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReshardingConfiguration", "memberType" : "ReshardingConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReshardingConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReshardingConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "setterMethodName" : "setReshardingConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@return The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupCount", "beanStyleSetterMethodName" : "setNodeGroupCount", "c2jName" : "NodeGroupCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupCount(Integer)}.\n@param nodeGroupCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@return The number of node groups (shards) that results from the modification of the shard configuration.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NodeGroupCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              \n@param nodeGroupCount The number of node groups (shards) that results from the modification of the shard configuration.", "setterMethodName" : "setNodeGroupCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "nodeGroupCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of node groups (shards) that results from the modification of the shard configuration.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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 #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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@return Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: 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" : "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              \n@param applyImmediately Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true", "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 that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.

                                                                                                                                                                                                                                                              Value: true

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReshardingConfiguration", "beanStyleSetterMethodName" : "setReshardingConfiguration", "c2jName" : "ReshardingConfiguration", "c2jShape" : "ReshardingConfigurationList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #reshardingConfiguration(List)}.\n@param reshardingConfiguration a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reshardingConfiguration(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reshardingConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reshardingConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReshardingConfiguration.Builder} avoiding the need to create one manually via {@link ReshardingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ReshardingConfiguration)}.\n@param member a consumer that will call methods on {@link ReshardingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReshardingConfiguration)", "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" : "ReshardingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReshardingConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReshardingConfiguration", "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" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : null, "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingConfiguration", "variableName" : "member", "variableType" : "ReshardingConfiguration", "documentation" : "", "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ReshardingConfiguration", "memberType" : "ReshardingConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReshardingConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReshardingConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              \n@param reshardingConfiguration Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).", "setterMethodName" : "setReshardingConfiguration", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "reshardingConfiguration", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the preferred availability zones for each node group in the cluster. If the value of NodeGroupCount is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.

                                                                                                                                                                                                                                                              You can specify this parameter only if the value of NodeGroupCount is greater than the current number of node groups (shards).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupsToRemove", "beanStyleSetterMethodName" : "setNodeGroupsToRemove", "c2jName" : "NodeGroupsToRemove", "c2jShape" : "NodeGroupsToRemoveList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRemove(List)}.\n@param nodeGroupsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRemove", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRemove", "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" : "NodeGroupToRemove", "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" : "NodeGroupsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.", "setterMethodName" : "setNodeGroupsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupsToRetain", "beanStyleSetterMethodName" : "setNodeGroupsToRetain", "c2jName" : "NodeGroupsToRetain", "c2jShape" : "NodeGroupsToRetainList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupsToRetain(List)}.\n@param nodeGroupsToRetain a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupsToRetain(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupsToRetain", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupsToRetain", "getterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupsToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupsToRetain", "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" : "AllowedNodeGroupId", "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" : "NodeGroupToRetain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupToRetain", "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" : "NodeGroupToRetain", "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" : "NodeGroupsToRetain", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              \n@param nodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.", "setterMethodName" : "setNodeGroupsToRetain", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupsToRetain", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

                                                                                                                                                                                                                                                              ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId", "NodeGroupCount", "ApplyImmediately" ], "shapeName" : "ModifyReplicationGroupShardConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyReplicationGroupShardConfigurationRequest", "variableName" : "modifyReplicationGroupShardConfigurationRequest", "variableType" : "ModifyReplicationGroupShardConfigurationRequest", "documentation" : null, "simpleType" : "ModifyReplicationGroupShardConfigurationRequest", "variableSetterType" : "ModifyReplicationGroupShardConfigurationRequest" }, "wrapper" : false }, "ModifyReplicationGroupShardConfigurationResponse" : { "c2jName" : "ModifyReplicationGroupShardConfigurationResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyReplicationGroupShardConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyReplicationGroupShardConfigurationResult" }, "variable" : { "variableDeclarationType" : "ModifyReplicationGroupShardConfigurationResponse", "variableName" : "modifyReplicationGroupShardConfigurationResponse", "variableType" : "ModifyReplicationGroupShardConfigurationResponse", "documentation" : null, "simpleType" : "ModifyReplicationGroupShardConfigurationResponse", "variableSetterType" : "ModifyReplicationGroupShardConfigurationResponse" }, "wrapper" : false }, "NoOperationException" : { "c2jName" : "NoOperationFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The operation was not performed because no changes were required.

                                                                                                                                                                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoOperationFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoOperationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoOperationException", "variableName" : "noOperationException", "variableType" : "NoOperationException", "documentation" : null, "simpleType" : "NoOperationException", "variableSetterType" : "NoOperationException" }, "wrapper" : false }, "NodeGroup" : { "c2jName" : "NodeGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents a collection of cache nodes in a replication group. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.

                                                                                                                                                                                                                                                              ", "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" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@return The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@return The current state of this replication group - creating, available, etc.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.", "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryEndpoint", "beanStyleSetterMethodName" : "setPrimaryEndpoint", "c2jName" : "PrimaryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \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 #primaryEndpoint(Endpoint)}.\n@param primaryEndpoint 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 #primaryEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The endpoint of the primary node in this node group (shard).", "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" : "PrimaryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PrimaryEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).", "setterMethodName" : "setPrimaryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@return The keyspace for this node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupMembers", "beanStyleSetterMethodName" : "setNodeGroupMembers", "c2jName" : "NodeGroupMembers", "c2jShape" : "NodeGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMembers(List)}.\n@param nodeGroupMembers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMembers(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMembers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMembers", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list containing information about individual nodes within the node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMembers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMembers", "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" : "NodeGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMember.Builder} avoiding the need to create one manually via {@link NodeGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMember)}.\n@param member a consumer that will call methods on {@link NodeGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMember)", "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" : "NodeGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMember", "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" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : null, "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMember", "memberType" : "NodeGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMembers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).", "setterMethodName" : "setNodeGroupMembers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@return The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupMembers" : { "beanStyleGetterMethodName" : "getNodeGroupMembers", "beanStyleSetterMethodName" : "setNodeGroupMembers", "c2jName" : "NodeGroupMembers", "c2jShape" : "NodeGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMembers(List)}.\n@param nodeGroupMembers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMembers(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMembers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMembers", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list containing information about individual nodes within the node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMembers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMembers", "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" : "NodeGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMember.Builder} avoiding the need to create one manually via {@link NodeGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMember)}.\n@param member a consumer that will call methods on {@link NodeGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMember)", "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" : "NodeGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMember", "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" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : null, "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMember", "memberType" : "NodeGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMembers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).", "setterMethodName" : "setNodeGroupMembers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PrimaryEndpoint" : { "beanStyleGetterMethodName" : "getPrimaryEndpoint", "beanStyleSetterMethodName" : "setPrimaryEndpoint", "c2jName" : "PrimaryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \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 #primaryEndpoint(Endpoint)}.\n@param primaryEndpoint 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 #primaryEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The endpoint of the primary node in this node group (shard).", "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" : "PrimaryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PrimaryEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).", "setterMethodName" : "setPrimaryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "Slots" : { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@return The keyspace for this node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@return The current state of this replication group - creating, available, etc.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.", "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@return The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              \n@param nodeGroupId The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015. Optionally, the user can provide the id for a node group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@return The current state of this replication group - creating, available, etc.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, etc.", "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 current state of this replication group - creating, available, etc.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryEndpoint", "beanStyleSetterMethodName" : "setPrimaryEndpoint", "c2jName" : "PrimaryEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \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 #primaryEndpoint(Endpoint)}.\n@param primaryEndpoint 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 #primaryEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The endpoint of the primary node in this node group (shard).", "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" : "PrimaryEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PrimaryEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              \n@param primaryEndpoint The endpoint of the primary node in this node group (shard).", "setterMethodName" : "setPrimaryEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The endpoint of the primary node in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@return The keyspace for this node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              \n@param slots The keyspace for this node group (shard).", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The keyspace for this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupMembers", "beanStyleSetterMethodName" : "setNodeGroupMembers", "c2jName" : "NodeGroupMembers", "c2jShape" : "NodeGroupMemberList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMembers(List)}.\n@param nodeGroupMembers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMembers(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMembers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMembers", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list containing information about individual nodes within the node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMembers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMembers", "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" : "NodeGroupMember", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMember.Builder} avoiding the need to create one manually via {@link NodeGroupMember#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMember.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMember)}.\n@param member a consumer that will call methods on {@link NodeGroupMember.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMember)", "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" : "NodeGroupMember", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMember", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMember", "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" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : null, "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMember", "variableName" : "member", "variableType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMember", "memberType" : "NodeGroupMember", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMember", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMembers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupMembers A list containing information about individual nodes within the node group (shard).", "setterMethodName" : "setNodeGroupMembers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list containing information about individual nodes within the node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeGroup", "variableName" : "nodeGroup", "variableType" : "NodeGroup", "documentation" : null, "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "wrapper" : false }, "NodeGroupConfiguration" : { "c2jName" : "NodeGroupConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Node group (shard) configuration options. Each node group (shard) configuration has the following: Slots, PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount.

                                                                                                                                                                                                                                                              ", "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" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@return A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaCount", "beanStyleSetterMethodName" : "setReplicaCount", "c2jName" : "ReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicaCount(Integer)}.\n@param replicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The number of read replica nodes in this node group (shard).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).", "setterMethodName" : "setReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryAvailabilityZone", "beanStyleSetterMethodName" : "setPrimaryAvailabilityZone", "c2jName" : "PrimaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryAvailabilityZone(String)}.\n@param primaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@return The Availability Zone where the primary node of this node group (shard) is launched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.", "setterMethodName" : "setPrimaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaAvailabilityZones", "beanStyleSetterMethodName" : "setReplicaAvailabilityZones", "c2jName" : "ReplicaAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaAvailabilityZones(List)}.\n@param replicaAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "ReplicaAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "setterMethodName" : "setReplicaAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrimaryAvailabilityZone" : { "beanStyleGetterMethodName" : "getPrimaryAvailabilityZone", "beanStyleSetterMethodName" : "setPrimaryAvailabilityZone", "c2jName" : "PrimaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryAvailabilityZone(String)}.\n@param primaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@return The Availability Zone where the primary node of this node group (shard) is launched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.", "setterMethodName" : "setPrimaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicaAvailabilityZones" : { "beanStyleGetterMethodName" : "getReplicaAvailabilityZones", "beanStyleSetterMethodName" : "setReplicaAvailabilityZones", "c2jName" : "ReplicaAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaAvailabilityZones(List)}.\n@param replicaAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "ReplicaAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "setterMethodName" : "setReplicaAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicaCount" : { "beanStyleGetterMethodName" : "getReplicaCount", "beanStyleSetterMethodName" : "setReplicaCount", "c2jName" : "ReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicaCount(Integer)}.\n@param replicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The number of read replica nodes in this node group (shard).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).", "setterMethodName" : "setReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Slots" : { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@return A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlots", "beanStyleSetterMethodName" : "setSlots", "c2jName" : "Slots", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slots(String)}.\n@param slots a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slots(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slots", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@return A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Slots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Slots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Slots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              \n@param slots A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"", "setterMethodName" : "setSlots", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slots", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

                                                                                                                                                                                                                                                              Example: \"0-3999\"

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaCount", "beanStyleSetterMethodName" : "setReplicaCount", "c2jName" : "ReplicaCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #replicaCount(Integer)}.\n@param replicaCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@return The number of read replica nodes in this node group (shard).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ReplicaCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              \n@param replicaCount The number of read replica nodes in this node group (shard).", "setterMethodName" : "setReplicaCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "replicaCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of read replica nodes in this node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrimaryAvailabilityZone", "beanStyleSetterMethodName" : "setPrimaryAvailabilityZone", "c2jName" : "PrimaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #primaryAvailabilityZone(String)}.\n@param primaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@return The Availability Zone where the primary node of this node group (shard) is launched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrimaryAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              \n@param primaryAvailabilityZone The Availability Zone where the primary node of this node group (shard) is launched.", "setterMethodName" : "setPrimaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Availability Zone where the primary node of this node group (shard) is launched.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicaAvailabilityZones", "beanStyleSetterMethodName" : "setReplicaAvailabilityZones", "c2jName" : "ReplicaAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicaAvailabilityZones(List)}.\n@param replicaAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicaAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicaAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicaAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicaAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicaAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "ReplicaAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              \n@param replicaAvailabilityZones A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.", "setterMethodName" : "setReplicaAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicaAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "wrapper" : false }, "NodeGroupMember" : { "c2jName" : "NodeGroupMember", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents a single node within a node group (shard).

                                                                                                                                                                                                                                                              ", "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" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@return The ID of the cluster to which the node belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@return The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReadEndpoint", "beanStyleSetterMethodName" : "setReadEndpoint", "c2jName" : "ReadEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \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 #readEndpoint(Endpoint)}.\n@param readEndpoint 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 #readEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "readEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "readEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@return The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "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" : "ReadEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReadEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReadEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "setterMethodName" : "setReadEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@return The name of the Availability Zone in which the node 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentRole", "beanStyleSetterMethodName" : "setCurrentRole", "c2jName" : "CurrentRole", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #currentRole(String)}.\n@param currentRole a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentRole(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentRole", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentRole", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@return The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentRole", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentRole", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CurrentRole", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "setterMethodName" : "setCurrentRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@return The ID of the cluster to which the node belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeId" : { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@return The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentRole" : { "beanStyleGetterMethodName" : "getCurrentRole", "beanStyleSetterMethodName" : "setCurrentRole", "c2jName" : "CurrentRole", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #currentRole(String)}.\n@param currentRole a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentRole(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentRole", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentRole", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@return The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentRole", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentRole", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CurrentRole", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "setterMethodName" : "setCurrentRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZone" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@return The name of the Availability Zone in which the node 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReadEndpoint" : { "beanStyleGetterMethodName" : "getReadEndpoint", "beanStyleSetterMethodName" : "setReadEndpoint", "c2jName" : "ReadEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \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 #readEndpoint(Endpoint)}.\n@param readEndpoint 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 #readEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "readEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "readEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@return The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "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" : "ReadEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReadEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReadEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "setterMethodName" : "setReadEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@return The ID of the cluster to which the node belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The ID of the cluster to which the node belongs.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the cluster to which the node belongs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@return The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeId The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReadEndpoint", "beanStyleSetterMethodName" : "setReadEndpoint", "c2jName" : "ReadEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \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 #readEndpoint(Endpoint)}.\n@param readEndpoint 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 #readEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "readEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "readEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@return The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "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" : "ReadEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReadEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReadEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              \n@param readEndpoint The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.", "setterMethodName" : "setReadEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "readEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                              The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

                                                                                                                                                                                                                                                              ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@return The name of the Availability Zone in which the node 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the Availability Zone in which the node is located.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentRole", "beanStyleSetterMethodName" : "setCurrentRole", "c2jName" : "CurrentRole", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #currentRole(String)}.\n@param currentRole a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentRole(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "currentRole", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentRole", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@return The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentRole", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentRole", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CurrentRole", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              \n@param currentRole The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.", "setterMethodName" : "setCurrentRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "currentRole", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupMember", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeGroupMember", "variableName" : "nodeGroupMember", "variableType" : "NodeGroupMember", "documentation" : null, "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "wrapper" : false }, "NodeGroupMemberUpdateStatus" : { "c2jName" : "NodeGroupMemberUpdateStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "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" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@return The cache cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@return The node ID of the cache 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStatusAsString", "beanStyleSetterMethodName" : "setNodeUpdateStatus", "c2jName" : "NodeUpdateStatus", "c2jShape" : "NodeUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateStatusAsString(String)}.\n@param nodeUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateStatus", "fluentEnumSetterMethodName" : "nodeUpdateStatus", "fluentGetterMethodName" : "nodeUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateStatus", "fluentSetterMethodName" : "nodeUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateStatus} will return {@link NodeUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The update status of the node\n@see NodeUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus", "setterMethodName" : "setNodeUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeDeletionDate", "beanStyleSetterMethodName" : "setNodeDeletionDate", "c2jName" : "NodeDeletionDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \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 #nodeDeletionDate(Instant)}.\n@param nodeDeletionDate 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 #nodeDeletionDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeDeletionDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeDeletionDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@return The deletion date of the node", "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" : "NodeDeletionDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeDeletionDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeDeletionDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node", "setterMethodName" : "setNodeDeletionDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStartDate", "beanStyleSetterMethodName" : "setNodeUpdateStartDate", "c2jName" : "NodeUpdateStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateStartDate(Instant)}.\n@param nodeUpdateStartDate 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 #nodeUpdateStartDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStartDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStartDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@return The start date of the update for a node", "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" : "NodeUpdateStartDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStartDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node", "setterMethodName" : "setNodeUpdateStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateEndDate", "beanStyleSetterMethodName" : "setNodeUpdateEndDate", "c2jName" : "NodeUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateEndDate(Instant)}.\n@param nodeUpdateEndDate 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 #nodeUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@return The end date of the update for a node", "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" : "NodeUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node", "setterMethodName" : "setNodeUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedByAsString", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedBy", "c2jName" : "NodeUpdateInitiatedBy", "c2jShape" : "NodeUpdateInitiatedBy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateInitiatedByAsString(String)}.\n@param nodeUpdateInitiatedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateInitiatedBy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateInitiatedBy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateInitiatedBy", "fluentEnumSetterMethodName" : "nodeUpdateInitiatedBy", "fluentGetterMethodName" : "nodeUpdateInitiatedByAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateInitiatedBy", "fluentSetterMethodName" : "nodeUpdateInitiatedBy", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateInitiatedBy} will return {@link NodeUpdateInitiatedBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateInitiatedByAsString}.\n

                                                                                                                                                                                                                                                              \n@return Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateInitiatedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateInitiatedBy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "setterMethodName" : "setNodeUpdateInitiatedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedDate", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedDate", "c2jName" : "NodeUpdateInitiatedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \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 #nodeUpdateInitiatedDate(Instant)}.\n@param nodeUpdateInitiatedDate 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 #nodeUpdateInitiatedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateInitiatedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateInitiatedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@return The date when the update is triggered", "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" : "NodeUpdateInitiatedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateInitiatedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered", "setterMethodName" : "setNodeUpdateInitiatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStatusModifiedDate", "beanStyleSetterMethodName" : "setNodeUpdateStatusModifiedDate", "c2jName" : "NodeUpdateStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \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 #nodeUpdateStatusModifiedDate(Instant)}.\n@param nodeUpdateStatusModifiedDate 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 #nodeUpdateStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@return The date when the NodeUpdateStatus was last modified", "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" : "NodeUpdateStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified", "setterMethodName" : "setNodeUpdateStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@return The cache cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeId" : { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@return The node ID of the cache 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeDeletionDate" : { "beanStyleGetterMethodName" : "getNodeDeletionDate", "beanStyleSetterMethodName" : "setNodeDeletionDate", "c2jName" : "NodeDeletionDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \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 #nodeDeletionDate(Instant)}.\n@param nodeDeletionDate 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 #nodeDeletionDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeDeletionDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeDeletionDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@return The deletion date of the node", "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" : "NodeDeletionDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeDeletionDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeDeletionDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node", "setterMethodName" : "setNodeDeletionDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NodeUpdateEndDate" : { "beanStyleGetterMethodName" : "getNodeUpdateEndDate", "beanStyleSetterMethodName" : "setNodeUpdateEndDate", "c2jName" : "NodeUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateEndDate(Instant)}.\n@param nodeUpdateEndDate 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 #nodeUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@return The end date of the update for a node", "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" : "NodeUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node", "setterMethodName" : "setNodeUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NodeUpdateInitiatedBy" : { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedByAsString", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedBy", "c2jName" : "NodeUpdateInitiatedBy", "c2jShape" : "NodeUpdateInitiatedBy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateInitiatedByAsString(String)}.\n@param nodeUpdateInitiatedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateInitiatedBy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateInitiatedBy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateInitiatedBy", "fluentEnumSetterMethodName" : "nodeUpdateInitiatedBy", "fluentGetterMethodName" : "nodeUpdateInitiatedByAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateInitiatedBy", "fluentSetterMethodName" : "nodeUpdateInitiatedBy", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateInitiatedBy} will return {@link NodeUpdateInitiatedBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateInitiatedByAsString}.\n

                                                                                                                                                                                                                                                              \n@return Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateInitiatedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateInitiatedBy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "setterMethodName" : "setNodeUpdateInitiatedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeUpdateInitiatedDate" : { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedDate", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedDate", "c2jName" : "NodeUpdateInitiatedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \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 #nodeUpdateInitiatedDate(Instant)}.\n@param nodeUpdateInitiatedDate 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 #nodeUpdateInitiatedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateInitiatedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateInitiatedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@return The date when the update is triggered", "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" : "NodeUpdateInitiatedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateInitiatedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered", "setterMethodName" : "setNodeUpdateInitiatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NodeUpdateStartDate" : { "beanStyleGetterMethodName" : "getNodeUpdateStartDate", "beanStyleSetterMethodName" : "setNodeUpdateStartDate", "c2jName" : "NodeUpdateStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateStartDate(Instant)}.\n@param nodeUpdateStartDate 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 #nodeUpdateStartDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStartDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStartDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@return The start date of the update for a node", "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" : "NodeUpdateStartDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStartDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node", "setterMethodName" : "setNodeUpdateStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NodeUpdateStatus" : { "beanStyleGetterMethodName" : "getNodeUpdateStatusAsString", "beanStyleSetterMethodName" : "setNodeUpdateStatus", "c2jName" : "NodeUpdateStatus", "c2jShape" : "NodeUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateStatusAsString(String)}.\n@param nodeUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateStatus", "fluentEnumSetterMethodName" : "nodeUpdateStatus", "fluentGetterMethodName" : "nodeUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateStatus", "fluentSetterMethodName" : "nodeUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateStatus} will return {@link NodeUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The update status of the node\n@see NodeUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus", "setterMethodName" : "setNodeUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeUpdateStatusModifiedDate" : { "beanStyleGetterMethodName" : "getNodeUpdateStatusModifiedDate", "beanStyleSetterMethodName" : "setNodeUpdateStatusModifiedDate", "c2jName" : "NodeUpdateStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \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 #nodeUpdateStatusModifiedDate(Instant)}.\n@param nodeUpdateStatusModifiedDate 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 #nodeUpdateStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@return The date when the NodeUpdateStatus was last modified", "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" : "NodeUpdateStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified", "setterMethodName" : "setNodeUpdateStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@return The cache cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cache cluster ID", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache cluster ID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@return The node ID of the cache 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              \n@param cacheNodeId The node ID of the cache cluster", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The node ID of the cache cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStatusAsString", "beanStyleSetterMethodName" : "setNodeUpdateStatus", "c2jName" : "NodeUpdateStatus", "c2jShape" : "NodeUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateStatusAsString(String)}.\n@param nodeUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateStatus", "fluentEnumSetterMethodName" : "nodeUpdateStatus", "fluentGetterMethodName" : "nodeUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateStatus", "fluentSetterMethodName" : "nodeUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateStatus} will return {@link NodeUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The update status of the node\n@see NodeUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatus The update status of the node\n@see NodeUpdateStatus", "setterMethodName" : "setNodeUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The update status of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeDeletionDate", "beanStyleSetterMethodName" : "setNodeDeletionDate", "c2jName" : "NodeDeletionDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \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 #nodeDeletionDate(Instant)}.\n@param nodeDeletionDate 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 #nodeDeletionDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeDeletionDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeDeletionDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@return The deletion date of the node", "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" : "NodeDeletionDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeDeletionDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeDeletionDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              \n@param nodeDeletionDate The deletion date of the node", "setterMethodName" : "setNodeDeletionDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeDeletionDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The deletion date of the node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStartDate", "beanStyleSetterMethodName" : "setNodeUpdateStartDate", "c2jName" : "NodeUpdateStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateStartDate(Instant)}.\n@param nodeUpdateStartDate 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 #nodeUpdateStartDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStartDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStartDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@return The start date of the update for a node", "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" : "NodeUpdateStartDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStartDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateStartDate The start date of the update for a node", "setterMethodName" : "setNodeUpdateStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The start date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateEndDate", "beanStyleSetterMethodName" : "setNodeUpdateEndDate", "c2jName" : "NodeUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \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 #nodeUpdateEndDate(Instant)}.\n@param nodeUpdateEndDate 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 #nodeUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@return The end date of the update for a node", "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" : "NodeUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              \n@param nodeUpdateEndDate The end date of the update for a node", "setterMethodName" : "setNodeUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The end date of the update for a node

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedByAsString", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedBy", "c2jName" : "NodeUpdateInitiatedBy", "c2jShape" : "NodeUpdateInitiatedBy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeUpdateInitiatedByAsString(String)}.\n@param nodeUpdateInitiatedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeUpdateInitiatedBy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "NodeUpdateInitiatedBy", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "nodeUpdateInitiatedBy", "fluentEnumSetterMethodName" : "nodeUpdateInitiatedBy", "fluentGetterMethodName" : "nodeUpdateInitiatedByAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see NodeUpdateInitiatedBy", "fluentSetterMethodName" : "nodeUpdateInitiatedBy", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #nodeUpdateInitiatedBy} will return {@link NodeUpdateInitiatedBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nodeUpdateInitiatedByAsString}.\n

                                                                                                                                                                                                                                                              \n@return Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeUpdateInitiatedBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeUpdateInitiatedBy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedBy Reflects whether the update was initiated by the customer or automatically applied\n@see NodeUpdateInitiatedBy", "setterMethodName" : "setNodeUpdateInitiatedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Reflects whether the update was initiated by the customer or automatically applied

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateInitiatedDate", "beanStyleSetterMethodName" : "setNodeUpdateInitiatedDate", "c2jName" : "NodeUpdateInitiatedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \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 #nodeUpdateInitiatedDate(Instant)}.\n@param nodeUpdateInitiatedDate 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 #nodeUpdateInitiatedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateInitiatedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateInitiatedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@return The date when the update is triggered", "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" : "NodeUpdateInitiatedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateInitiatedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateInitiatedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              \n@param nodeUpdateInitiatedDate The date when the update is triggered", "setterMethodName" : "setNodeUpdateInitiatedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateInitiatedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the update is triggered

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeUpdateStatusModifiedDate", "beanStyleSetterMethodName" : "setNodeUpdateStatusModifiedDate", "c2jName" : "NodeUpdateStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \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 #nodeUpdateStatusModifiedDate(Instant)}.\n@param nodeUpdateStatusModifiedDate 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 #nodeUpdateStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeUpdateStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeUpdateStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@return The date when the NodeUpdateStatus was last modified", "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" : "NodeUpdateStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeUpdateStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NodeUpdateStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              \n@param nodeUpdateStatusModifiedDate The date when the NodeUpdateStatus was last modified", "setterMethodName" : "setNodeUpdateStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nodeUpdateStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date when the NodeUpdateStatus was last modified

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupMemberUpdateStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeGroupMemberUpdateStatus", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "wrapper" : false }, "NodeGroupNotFoundException" : { "c2jName" : "NodeGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The node group specified by the NodeGroupId parameter could not be found. Please verify that the node group exists and that you spelled the NodeGroupId value correctly.

                                                                                                                                                                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeGroupNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeGroupNotFoundException", "variableName" : "nodeGroupNotFoundException", "variableType" : "NodeGroupNotFoundException", "documentation" : null, "simpleType" : "NodeGroupNotFoundException", "variableSetterType" : "NodeGroupNotFoundException" }, "wrapper" : false }, "NodeGroupUpdateStatus" : { "c2jName" : "NodeGroupUpdateStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group

                                                                                                                                                                                                                                                              ", "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" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@return The ID of the node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupMemberUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupMemberUpdateStatus", "c2jName" : "NodeGroupMemberUpdateStatus", "c2jShape" : "NodeGroupMemberUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMemberUpdateStatus(List)}.\n@param nodeGroupMemberUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMemberUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMemberUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMemberUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return The status of the service update on the node group member", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMemberUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupMemberUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMemberUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMemberUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupMemberUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMemberUpdateStatus)", "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" : "NodeGroupMemberUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMemberUpdateStatus", "memberType" : "NodeGroupMemberUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMemberUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMemberUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member", "setterMethodName" : "setNodeGroupMemberUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@return The ID of the node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupMemberUpdateStatus" : { "beanStyleGetterMethodName" : "getNodeGroupMemberUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupMemberUpdateStatus", "c2jName" : "NodeGroupMemberUpdateStatus", "c2jShape" : "NodeGroupMemberUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMemberUpdateStatus(List)}.\n@param nodeGroupMemberUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMemberUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMemberUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMemberUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return The status of the service update on the node group member", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMemberUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupMemberUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMemberUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMemberUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupMemberUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMemberUpdateStatus)", "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" : "NodeGroupMemberUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMemberUpdateStatus", "memberType" : "NodeGroupMemberUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMemberUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMemberUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member", "setterMethodName" : "setNodeGroupMemberUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@return The ID of the node 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              \n@param nodeGroupId The ID of the node group", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the node group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupMemberUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupMemberUpdateStatus", "c2jName" : "NodeGroupMemberUpdateStatus", "c2jShape" : "NodeGroupMemberUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupMemberUpdateStatus(List)}.\n@param nodeGroupMemberUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupMemberUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupMemberUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupMemberUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return The status of the service update on the node group member", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupMemberUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupMemberUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupMemberUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupMemberUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupMemberUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupMemberUpdateStatus)", "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" : "NodeGroupMemberUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupMemberUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupMemberUpdateStatus", "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" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupMemberUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupMemberUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupMemberUpdateStatus", "variableSetterType" : "NodeGroupMemberUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupMemberUpdateStatus", "memberType" : "NodeGroupMemberUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupMemberUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupMemberUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              \n@param nodeGroupMemberUpdateStatus The status of the service update on the node group member", "setterMethodName" : "setNodeGroupMemberUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupMemberUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              The status of the service update on the node group member

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupUpdateStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeGroupUpdateStatus", "variableName" : "nodeGroupUpdateStatus", "variableType" : "NodeGroupUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "wrapper" : false }, "NodeGroupsPerReplicationGroupQuotaExceededException" : { "c2jName" : "NodeGroupsPerReplicationGroupQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 15

                                                                                                                                                                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeGroupsPerReplicationGroupQuotaExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeGroupsPerReplicationGroupQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeGroupsPerReplicationGroupQuotaExceededException", "variableName" : "nodeGroupsPerReplicationGroupQuotaExceededException", "variableType" : "NodeGroupsPerReplicationGroupQuotaExceededException", "documentation" : null, "simpleType" : "NodeGroupsPerReplicationGroupQuotaExceededException", "variableSetterType" : "NodeGroupsPerReplicationGroupQuotaExceededException" }, "wrapper" : false }, "NodeQuotaForClusterExceededException" : { "c2jName" : "NodeQuotaForClusterExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeQuotaForClusterExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeQuotaForClusterExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeQuotaForClusterExceededException", "variableName" : "nodeQuotaForClusterExceededException", "variableType" : "NodeQuotaForClusterExceededException", "documentation" : null, "simpleType" : "NodeQuotaForClusterExceededException", "variableSetterType" : "NodeQuotaForClusterExceededException" }, "wrapper" : false }, "NodeQuotaForCustomerExceededException" : { "c2jName" : "NodeQuotaForCustomerExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

                                                                                                                                                                                                                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NodeQuotaForCustomerExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeQuotaForCustomerExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NodeQuotaForCustomerExceededException", "variableName" : "nodeQuotaForCustomerExceededException", "variableType" : "NodeQuotaForCustomerExceededException", "documentation" : null, "simpleType" : "NodeQuotaForCustomerExceededException", "variableSetterType" : "NodeQuotaForCustomerExceededException" }, "wrapper" : false }, "NodeSnapshot" : { "c2jName" : "NodeSnapshot", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents an individual cache node in a snapshot of a cluster.

                                                                                                                                                                                                                                                              ", "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" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@return The cache node identifier for the node in the source 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupConfiguration(NodeGroupConfiguration)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(NodeGroupConfiguration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return The configuration for the source node group (shard).", "getterModel" : { "returnType" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSize", "beanStyleSetterMethodName" : "setCacheSize", "c2jName" : "CacheSize", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSize(String)}.\n@param cacheSize a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSize(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSize", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSize", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@return The size of the cache on the source cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSize", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.", "setterMethodName" : "setCacheSize", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@return The date and time when the cache node was created in the source cluster.", "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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotCreateTime", "beanStyleSetterMethodName" : "setSnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \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 #snapshotCreateTime(Instant)}.\n@param snapshotCreateTime 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 #snapshotCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@return The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "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" : "SnapshotCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SnapshotCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "setterMethodName" : "setSnapshotCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeCreateTime" : { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@return The date and time when the cache node was created in the source cluster.", "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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CacheNodeId" : { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@return The cache node identifier for the node in the source 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSize" : { "beanStyleGetterMethodName" : "getCacheSize", "beanStyleSetterMethodName" : "setCacheSize", "c2jName" : "CacheSize", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSize(String)}.\n@param cacheSize a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSize(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSize", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSize", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@return The size of the cache on the source cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSize", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.", "setterMethodName" : "setCacheSize", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupConfiguration" : { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupConfiguration(NodeGroupConfiguration)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(NodeGroupConfiguration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return The configuration for the source node group (shard).", "getterModel" : { "returnType" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotCreateTime" : { "beanStyleGetterMethodName" : "getSnapshotCreateTime", "beanStyleSetterMethodName" : "setSnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \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 #snapshotCreateTime(Instant)}.\n@param snapshotCreateTime 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 #snapshotCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@return The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "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" : "SnapshotCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SnapshotCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "setterMethodName" : "setSnapshotCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheClusterId A unique identifier for the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return A unique identifier for the source node group (shard).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupId A unique identifier for the source node group (shard).", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeId", "beanStyleSetterMethodName" : "setCacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source 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 #cacheNodeId(String)}.\n@param cacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@return The cache node identifier for the node in the source 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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeId The cache node identifier for the node in the source cluster.", "setterMethodName" : "setCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node identifier for the node in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupConfiguration", "beanStyleSetterMethodName" : "setNodeGroupConfiguration", "c2jName" : "NodeGroupConfiguration", "c2jShape" : "NodeGroupConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link NodeGroupConfiguration.Builder} avoiding the need to create one manually via {@link NodeGroupConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupConfiguration.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupConfiguration(NodeGroupConfiguration)}.\n@param nodeGroupConfiguration a consumer that will call methods on {@link NodeGroupConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupConfiguration(NodeGroupConfiguration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupConfiguration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupConfiguration", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@return The configuration for the source node group (shard).", "getterModel" : { "returnType" : "NodeGroupConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NodeGroupConfiguration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroupConfiguration The configuration for the source node group (shard).", "setterMethodName" : "setNodeGroupConfiguration", "setterModel" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : null, "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupConfiguration", "variableName" : "nodeGroupConfiguration", "variableType" : "NodeGroupConfiguration", "documentation" : "

                                                                                                                                                                                                                                                              The configuration for the source node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "NodeGroupConfiguration", "variableSetterType" : "NodeGroupConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSize", "beanStyleSetterMethodName" : "setCacheSize", "c2jName" : "CacheSize", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSize(String)}.\n@param cacheSize a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSize(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSize", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSize", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@return The size of the cache on the source cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSize", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              \n@param cacheSize The size of the cache on the source cache node.", "setterMethodName" : "setCacheSize", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSize", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The size of the cache on the source cache node.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCreateTime", "beanStyleSetterMethodName" : "setCacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \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 #cacheNodeCreateTime(Instant)}.\n@param cacheNodeCreateTime 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 #cacheNodeCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@return The date and time when the cache node was created in the source cluster.", "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" : "CacheNodeCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheNodeCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cluster.", "setterMethodName" : "setCacheNodeCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheNodeCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the cache node was created in the source cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotCreateTime", "beanStyleSetterMethodName" : "setSnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \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 #snapshotCreateTime(Instant)}.\n@param snapshotCreateTime 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 #snapshotCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@return The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "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" : "SnapshotCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SnapshotCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.", "setterMethodName" : "setSnapshotCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "snapshotCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                              The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NodeSnapshot", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeSnapshot", "variableName" : "nodeSnapshot", "variableType" : "NodeSnapshot", "documentation" : null, "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "wrapper" : true }, "NodeUpdateInitiatedBy" : { "c2jName" : "NodeUpdateInitiatedBy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SYSTEM", "value" : "system" }, { "name" : "CUSTOMER", "value" : "customer" } ], "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" : "NodeUpdateInitiatedBy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeUpdateInitiatedBy", "variableName" : "nodeUpdateInitiatedBy", "variableType" : "NodeUpdateInitiatedBy", "documentation" : null, "simpleType" : "NodeUpdateInitiatedBy", "variableSetterType" : "NodeUpdateInitiatedBy" }, "wrapper" : false }, "NodeUpdateStatus" : { "c2jName" : "NodeUpdateStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NOT_APPLIED", "value" : "not-applied" }, { "name" : "WAITING_TO_START", "value" : "waiting-to-start" }, { "name" : "IN_PROGRESS", "value" : "in-progress" }, { "name" : "STOPPING", "value" : "stopping" }, { "name" : "STOPPED", "value" : "stopped" }, { "name" : "COMPLETE", "value" : "complete" } ], "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" : "NodeUpdateStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NodeUpdateStatus", "variableName" : "nodeUpdateStatus", "variableType" : "NodeUpdateStatus", "documentation" : null, "simpleType" : "NodeUpdateStatus", "variableSetterType" : "NodeUpdateStatus" }, "wrapper" : false }, "NotificationConfiguration" : { "c2jName" : "NotificationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                                                                                                                                                                                                                                                              ", "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" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicStatus", "beanStyleSetterMethodName" : "setTopicStatus", "c2jName" : "TopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicStatus(String)}.\n@param topicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@return The current state of the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.", "setterMethodName" : "setTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicStatus" : { "beanStyleGetterMethodName" : "getTopicStatus", "beanStyleSetterMethodName" : "setTopicStatus", "c2jName" : "TopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicStatus(String)}.\n@param topicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@return The current state of the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.", "setterMethodName" : "setTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) that identifies the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) that identifies the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicStatus", "beanStyleSetterMethodName" : "setTopicStatus", "c2jName" : "TopicStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicStatus(String)}.\n@param topicStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@return The current state of the topic.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              \n@param topicStatus The current state of the topic.", "setterMethodName" : "setTopicStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The current state of the topic.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotificationConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationConfiguration", "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "wrapper" : false }, "Parameter" : { "c2jName" : "Parameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Describes an individual setting that controls some aspect of ElastiCache behavior.

                                                                                                                                                                                                                                                              ", "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" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.", "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 of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@return The source of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataType(String)}.\n@param dataType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allowedValues(String)}.\n@param allowedValues a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValues(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \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 #isModifiable(Boolean)}.\n@param isModifiable 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 #isModifiable(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isModifiable", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumEngineVersion(String)}.\n@param minimumEngineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumEngineVersion(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minimumEngineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                                                                                                                                                                                                                                                              \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowedValues" : { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allowedValues(String)}.\n@param allowedValues a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValues(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ChangeType" : { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                                                                                                                                                                                                                                                              \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DataType" : { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataType(String)}.\n@param dataType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.", "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 of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IsModifiable" : { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \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 #isModifiable(Boolean)}.\n@param isModifiable 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 #isModifiable(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isModifiable", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "MinimumEngineVersion" : { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumEngineVersion(String)}.\n@param minimumEngineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumEngineVersion(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minimumEngineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterName" : { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterValue" : { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Source" : { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@return The source of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the parameter.

                                                                                                                                                                                                                                                              \n@return A description of the parameter.", "getterModel" : { "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 of the parameter.

                                                                                                                                                                                                                                                              \n@param description A description of the parameter.", "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 of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "Source", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@return The source of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              \n@param source The source of the parameter.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The source of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDataType", "beanStyleSetterMethodName" : "setDataType", "c2jName" : "DataType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataType(String)}.\n@param dataType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid data type for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DataType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              \n@param dataType The valid data type for the parameter.", "setterMethodName" : "setDataType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid data type for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowedValues", "beanStyleSetterMethodName" : "setAllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allowedValues(String)}.\n@param allowedValues a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowedValues(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@return The valid range of values for the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllowedValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              \n@param allowedValues The valid range of values for the parameter.", "setterMethodName" : "setAllowedValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allowedValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The valid range of values for the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsModifiable", "beanStyleSetterMethodName" : "setIsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \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 #isModifiable(Boolean)}.\n@param isModifiable 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 #isModifiable(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isModifiable", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isModifiable", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "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" : "IsModifiable", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsModifiable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsModifiable", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.", "setterMethodName" : "setIsModifiable", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isModifiable", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinimumEngineVersion", "beanStyleSetterMethodName" : "setMinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #minimumEngineVersion(String)}.\n@param minimumEngineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimumEngineVersion(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "minimumEngineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minimumEngineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@return The earliest cache engine version to which the parameter can apply.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MinimumEngineVersion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MinimumEngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MinimumEngineVersion", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.", "setterMethodName" : "setMinimumEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "minimumEngineVersion", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The earliest cache engine version to which the parameter can apply.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChangeTypeAsString", "beanStyleSetterMethodName" : "setChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a 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 #changeTypeAsString(String)}.\n@param changeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ChangeType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "changeType", "fluentEnumSetterMethodName" : "changeType", "fluentGetterMethodName" : "changeTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType", "fluentSetterMethodName" : "changeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #changeType} will return {@link ChangeType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changeTypeAsString}.\n

                                                                                                                                                                                                                                                              \n@return Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChangeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChangeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              \n@param changeType Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.\n@see ChangeType", "setterMethodName" : "setChangeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Parameter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Parameter", "variableName" : "parameter", "variableType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "wrapper" : false }, "ParameterNameValue" : { "c2jName" : "ParameterNameValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Describes a name-value pair that is used to update the value of a parameter.

                                                                                                                                                                                                                                                              ", "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" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ParameterName" : { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterValue" : { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParameterName", "beanStyleSetterMethodName" : "setParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterName(String)}.\n@param parameterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@return The name of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterName The name of the parameter.", "setterMethodName" : "setParameterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The name of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterValue", "beanStyleSetterMethodName" : "setParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parameterValue(String)}.\n@param parameterValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterValue(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterValue", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterValue", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@return The value of the parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParameterValue", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              \n@param parameterValue The value of the parameter.", "setterMethodName" : "setParameterValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameterValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The value of the parameter.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParameterNameValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "parameterNameValue", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "wrapper" : false }, "PendingAutomaticFailoverStatus" : { "c2jName" : "PendingAutomaticFailoverStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLED", "value" : "enabled" }, { "name" : "DISABLED", "value" : "disabled" } ], "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" : "PendingAutomaticFailoverStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PendingAutomaticFailoverStatus", "variableName" : "pendingAutomaticFailoverStatus", "variableType" : "PendingAutomaticFailoverStatus", "documentation" : null, "simpleType" : "PendingAutomaticFailoverStatus", "variableSetterType" : "PendingAutomaticFailoverStatus" }, "wrapper" : false }, "PendingModifiedValues" : { "c2jName" : "PendingModifiedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A group of settings that are applied to the cluster in the future, or that are currently being applied.

                                                                                                                                                                                                                                                              ", "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" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@return The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@return The new cache engine version that the cluster runs.", "getterModel" : { "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.", "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@return The cache node type that this cluster or replication group is scaled 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeIdsToRemove" : { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@return The cache node type that this cluster or replication group is scaled 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@return The new cache engine version that the cluster runs.", "getterModel" : { "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.", "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NumCacheNodes" : { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@return The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@return The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              \n@param numCacheNodes The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The new number of cache nodes for the cluster.

                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToRemove", "beanStyleSetterMethodName" : "setCacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeIdsToRemove(List)}.\n@param cacheNodeIdsToRemove a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToRemove(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToRemove", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToRemove", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeIdsToRemove", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToRemove", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToRemove", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).", "setterMethodName" : "setCacheNodeIdsToRemove", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@return The new cache engine version that the cluster runs.", "getterModel" : { "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              \n@param engineVersion The new cache engine version that the cluster runs.", "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 new cache engine version that the cluster runs.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@return The cache node type that this cluster or replication group is scaled 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type that this cluster or replication group is scaled to.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cache node type that this cluster or replication group is scaled to.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PendingModifiedValues", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "documentation" : null, "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "wrapper" : false }, "ProcessedUpdateAction" : { "c2jName" : "ProcessedUpdateAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Update action that has been processed for the corresponding apply/stop request

                                                                                                                                                                                                                                                              ", "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" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The status of the update action on the Redis cluster\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateActionStatus" : { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The status of the update action on the Redis cluster\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the replication group

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique ID of the service update

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                              \n@return The status of the update action on the Redis cluster\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              \n@param updateActionStatus The status of the update action on the Redis cluster\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the update action on the Redis cluster

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProcessedUpdateAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProcessedUpdateAction", "variableName" : "processedUpdateAction", "variableType" : "ProcessedUpdateAction", "documentation" : null, "simpleType" : "ProcessedUpdateAction", "variableSetterType" : "ProcessedUpdateAction" }, "wrapper" : false }, "PurchaseReservedCacheNodesOfferingRequest" : { "c2jName" : "PurchaseReservedCacheNodesOfferingMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents the input of a PurchaseReservedCacheNodesOffering operation.

                                                                                                                                                                                                                                                              ", "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" : "PurchaseReservedCacheNodesOffering", "locationName" : null, "requestUri" : "/", "target" : "PurchaseReservedCacheNodesOffering", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@return The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@return A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@return The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeCount" : { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@return The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodeId" : { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@return A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferingId" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@return The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@return The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID of the reserved cache node offering to purchase.

                                                                                                                                                                                                                                                              Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@return A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                              The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                                                                                                                                                                                                                                              Example: myreservationID

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@return The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              \n@param cacheNodeCount The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                              The number of cache node instances to reserve.

                                                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReservedCacheNodesOfferingId" ], "shapeName" : "PurchaseReservedCacheNodesOfferingRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PurchaseReservedCacheNodesOfferingRequest", "variableName" : "purchaseReservedCacheNodesOfferingRequest", "variableType" : "PurchaseReservedCacheNodesOfferingRequest", "documentation" : null, "simpleType" : "PurchaseReservedCacheNodesOfferingRequest", "variableSetterType" : "PurchaseReservedCacheNodesOfferingRequest" }, "wrapper" : false }, "PurchaseReservedCacheNodesOfferingResponse" : { "c2jName" : "PurchaseReservedCacheNodesOfferingResult", "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" : "getReservedCacheNode", "beanStyleSetterMethodName" : "setReservedCacheNode", "c2jName" : "ReservedCacheNode", "c2jShape" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNode(ReservedCacheNode)}.\n@param reservedCacheNode a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNode(ReservedCacheNode)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNode", "fluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNode", "getterDocumentation" : "Returns the value of the ReservedCacheNode property for this object.\n@return The value of the ReservedCacheNode property for this object.", "getterModel" : { "returnType" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReservedCacheNode", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.", "setterMethodName" : "setReservedCacheNode", "setterModel" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReservedCacheNode" : { "beanStyleGetterMethodName" : "getReservedCacheNode", "beanStyleSetterMethodName" : "setReservedCacheNode", "c2jName" : "ReservedCacheNode", "c2jShape" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNode(ReservedCacheNode)}.\n@param reservedCacheNode a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNode(ReservedCacheNode)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNode", "fluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNode", "getterDocumentation" : "Returns the value of the ReservedCacheNode property for this object.\n@return The value of the ReservedCacheNode property for this object.", "getterModel" : { "returnType" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReservedCacheNode", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.", "setterMethodName" : "setReservedCacheNode", "setterModel" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNode", "beanStyleSetterMethodName" : "setReservedCacheNode", "c2jName" : "ReservedCacheNode", "c2jShape" : "ReservedCacheNode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservedCacheNode.Builder} avoiding the need to create one manually via {@link ReservedCacheNode#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservedCacheNode.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNode(ReservedCacheNode)}.\n@param reservedCacheNode a consumer that will call methods on {@link ReservedCacheNode.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNode(ReservedCacheNode)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNode", "fluentSetterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNode", "getterDocumentation" : "Returns the value of the ReservedCacheNode property for this object.\n@return The value of the ReservedCacheNode property for this object.", "getterModel" : { "returnType" : "ReservedCacheNode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReservedCacheNode", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReservedCacheNode property for this object.\n\n@param reservedCacheNode The new value for the ReservedCacheNode property for this object.", "setterMethodName" : "setReservedCacheNode", "setterModel" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PurchaseReservedCacheNodesOfferingResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "PurchaseReservedCacheNodesOfferingResult" }, "variable" : { "variableDeclarationType" : "PurchaseReservedCacheNodesOfferingResponse", "variableName" : "purchaseReservedCacheNodesOfferingResponse", "variableType" : "PurchaseReservedCacheNodesOfferingResponse", "documentation" : null, "simpleType" : "PurchaseReservedCacheNodesOfferingResponse", "variableSetterType" : "PurchaseReservedCacheNodesOfferingResponse" }, "wrapper" : false }, "RebootCacheClusterRequest" : { "c2jName" : "RebootCacheClusterMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents the input of a RebootCacheCluster operation.

                                                                                                                                                                                                                                                              ", "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" : "RebootCacheCluster", "locationName" : null, "requestUri" : "/", "target" : "RebootCacheCluster", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster 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" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@return The cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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 #cacheNodeIdsToReboot(List)}.\n@param cacheNodeIdsToReboot a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToReboot(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToReboot", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster 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" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@return The cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeIdsToReboot" : { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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 #cacheNodeIdsToReboot(List)}.\n@param cacheNodeIdsToReboot a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToReboot(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToReboot", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster 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" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@return The cluster 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              \n@param cacheClusterId The cluster identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cluster identifier. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeIdsToReboot", "beanStyleSetterMethodName" : "setCacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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 #cacheNodeIdsToReboot(List)}.\n@param cacheNodeIdsToReboot a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeIdsToReboot(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeIdsToReboot", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeIdsToReboot", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node 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" : "CacheNodeIdsToReboot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeIdsToReboot", "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" : "CacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeId", "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" : "CacheNodeId", "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" : "CacheNodeIdsToReboot", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              \n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.", "setterMethodName" : "setCacheNodeIdsToReboot", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheClusterId", "CacheNodeIdsToReboot" ], "shapeName" : "RebootCacheClusterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RebootCacheClusterRequest", "variableName" : "rebootCacheClusterRequest", "variableType" : "RebootCacheClusterRequest", "documentation" : null, "simpleType" : "RebootCacheClusterRequest", "variableSetterType" : "RebootCacheClusterRequest" }, "wrapper" : false }, "RebootCacheClusterResponse" : { "c2jName" : "RebootCacheClusterResult", "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" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheCluster" : { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheCluster", "beanStyleSetterMethodName" : "setCacheCluster", "c2jName" : "CacheCluster", "c2jShape" : "CacheCluster", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheCluster.Builder} avoiding the need to create one manually via {@link CacheCluster#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheCluster.Builder#build()} is called immediately and its result is passed to {@link #cacheCluster(CacheCluster)}.\n@param cacheCluster a consumer that will call methods on {@link CacheCluster.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheCluster(CacheCluster)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheCluster", "fluentSetterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheCluster", "getterDocumentation" : "Returns the value of the CacheCluster property for this object.\n@return The value of the CacheCluster property for this object.", "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheCluster", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheCluster", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheCluster", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheCluster property for this object.\n\n@param cacheCluster The new value for the CacheCluster property for this object.", "setterMethodName" : "setCacheCluster", "setterModel" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheCluster", "variableName" : "cacheCluster", "variableType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RebootCacheClusterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RebootCacheClusterResult" }, "variable" : { "variableDeclarationType" : "RebootCacheClusterResponse", "variableName" : "rebootCacheClusterResponse", "variableType" : "RebootCacheClusterResponse", "documentation" : null, "simpleType" : "RebootCacheClusterResponse", "variableSetterType" : "RebootCacheClusterResponse" }, "wrapper" : false }, "RecurringCharge" : { "c2jName" : "RecurringCharge", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.

                                                                                                                                                                                                                                                              ", "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" : "getRecurringChargeAmount", "beanStyleSetterMethodName" : "setRecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeAmount(Double)}.\n@param recurringChargeAmount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeAmount(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeAmount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeAmount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The monetary amount of the recurring charge.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecurringChargeAmount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.", "setterMethodName" : "setRecurringChargeAmount", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringChargeFrequency", "beanStyleSetterMethodName" : "setRecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeFrequency(String)}.\n@param recurringChargeFrequency a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeFrequency(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeFrequency", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeFrequency", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The frequency of the recurring charge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeFrequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeFrequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecurringChargeFrequency", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.", "setterMethodName" : "setRecurringChargeFrequency", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecurringChargeAmount" : { "beanStyleGetterMethodName" : "getRecurringChargeAmount", "beanStyleSetterMethodName" : "setRecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeAmount(Double)}.\n@param recurringChargeAmount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeAmount(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeAmount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeAmount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The monetary amount of the recurring charge.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecurringChargeAmount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.", "setterMethodName" : "setRecurringChargeAmount", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "RecurringChargeFrequency" : { "beanStyleGetterMethodName" : "getRecurringChargeFrequency", "beanStyleSetterMethodName" : "setRecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeFrequency(String)}.\n@param recurringChargeFrequency a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeFrequency(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeFrequency", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeFrequency", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The frequency of the recurring charge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeFrequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeFrequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecurringChargeFrequency", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.", "setterMethodName" : "setRecurringChargeFrequency", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecurringChargeAmount", "beanStyleSetterMethodName" : "setRecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeAmount(Double)}.\n@param recurringChargeAmount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeAmount(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeAmount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeAmount", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The monetary amount of the recurring charge.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecurringChargeAmount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeAmount The monetary amount of the recurring charge.", "setterMethodName" : "setRecurringChargeAmount", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recurringChargeAmount", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                              The monetary amount of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringChargeFrequency", "beanStyleSetterMethodName" : "setRecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recurringChargeFrequency(String)}.\n@param recurringChargeFrequency a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringChargeFrequency(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringChargeFrequency", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringChargeFrequency", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@return The frequency of the recurring charge.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringChargeFrequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringChargeFrequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RecurringChargeFrequency", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              \n@param recurringChargeFrequency The frequency of the recurring charge.", "setterMethodName" : "setRecurringChargeFrequency", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "recurringChargeFrequency", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The frequency of the recurring charge.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RecurringCharge", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "recurringCharge", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "wrapper" : true }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents the input of a RemoveTagsFromResource operation.

                                                                                                                                                                                                                                                              ", "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" : "RemoveTagsFromResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named 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 #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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of TagKeys identifying the tags you want removed from the named 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" : "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.", "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named 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 #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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of TagKeys identifying the tags you want removed from the named 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" : "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.", "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                                                                                                                                                                                                                              For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named 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 #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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of TagKeys identifying the tags you want removed from the named 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" : "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource.", "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" : "

                                                                                                                                                                                                                                                              A list of TagKeys identifying the tags you want removed from the named resource.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceName", "TagKeys" ], "shapeName" : "RemoveTagsFromResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceRequest", "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "documentation" : null, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "wrapper" : false }, "RemoveTagsFromResourceResponse" : { "c2jName" : "TagListMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

                                                                                                                                                                                                                                                              ", "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 cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as 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 #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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of cost allocation tags as 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" : "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" : "Tag", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tag", "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" : "Tag", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              \n@param tagList A list of cost allocation tags as key-value pairs.", "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 cost allocation tags as key-value pairs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsFromResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RemoveTagsFromResourceResult" }, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceResponse", "variableName" : "removeTagsFromResourceResponse", "variableType" : "RemoveTagsFromResourceResponse", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResponse", "variableSetterType" : "RemoveTagsFromResourceResponse" }, "wrapper" : false }, "ReplicationGroup" : { "c2jName" : "ReplicationGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Contains all of the attributes of a specific Redis replication group.

                                                                                                                                                                                                                                                              ", "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" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication group.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication group.

                                                                                                                                                                                                                                                              \n@return The identifier for the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication group.

                                                                                                                                                                                                                                                              \n@param replicationGroupId The identifier for the replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The identifier for the replication group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication group.

                                                                                                                                                                                                                                                              \n@param description The user supplied description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication group.

                                                                                                                                                                                                                                                              \n@return The user supplied description of the replication 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" : "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" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication group.

                                                                                                                                                                                                                                                              \n@param description The user supplied description of the replication group.", "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" : "

                                                                                                                                                                                                                                                              The user supplied description of the replication group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              \n@return The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "getterModel" : { "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationGroupPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link ReplicationGroupPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationGroupPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroupPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationGroupPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationGroupPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationGroupPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              \n@return A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "getterModel" : { "returnType" : "ReplicationGroupPendingModifiedValues", "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" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                                              A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                              ", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMemberClusters", "beanStyleSetterMethodName" : "setMemberClusters", "c2jName" : "MemberClusters", "c2jShape" : "ClusterIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication 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 #memberClusters(List)}.\n@param memberClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #memberClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "memberClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                              \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "memberClusters", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return The names of all the cache clusters that are part of this replication 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" : "MemberClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MemberClusters", "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" : "ClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterId", "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" : "ClusterId", "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" : "MemberClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                              \n@param memberClusters The names of all the cache clusters that are part of this replication group.", "setterMethodName" : "setMemberClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroups", "beanStyleSetterMethodName" : "setNodeGroups", "c2jName" : "NodeGroups", "c2jShape" : "NodeGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroups(List)}.\n@param nodeGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroups", "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" : "NodeGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroup.Builder} avoiding the need to create one manually via {@link NodeGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroup.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroup)}.\n@param member a consumer that will call methods on {@link NodeGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroup)", "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" : "NodeGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroup", "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" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : null, "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroup", "memberType" : "NodeGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "setterMethodName" : "setNodeGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication 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 #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                              \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                              \n@return The cluster ID that is used as the daily snapshot source for the replication 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" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                              \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                              \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                              • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                  \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                  • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    \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 #configurationEndpoint(Endpoint)}.\n@param configurationEndpoint 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 #configurationEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    \n@return The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                                    The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                    The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                    If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                    Example: 05:00-09:00

                                                                                                                                                                                                                                                                    If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                    This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClusterEnabled", "beanStyleSetterMethodName" : "setClusterEnabled", "c2jName" : "ClusterEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | 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 #clusterEnabled(Boolean)}.\n@param clusterEnabled 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 #clusterEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                                    \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                                    \n@return A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | 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" : "ClusterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClusterEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                                    \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false", "setterMethodName" : "setClusterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                    Valid values: true | false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                    \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                    \n@return The name of the compute and memory capacity node type for each node in the replication 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                    \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: 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 #authTokenEnabled(Boolean)}.\n@param authTokenEnabled 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 #authTokenEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authTokenEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authTokenEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@return A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@return A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AtRestEncryptionEnabled" : { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@return A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                    You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                    Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AuthTokenEnabled" : { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: 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 #authTokenEnabled(Boolean)}.\n@param authTokenEnabled 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 #authTokenEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authTokenEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authTokenEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                    A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                    Default: false

                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutomaticFailover" : { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                    \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                    • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                      \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                      • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                        Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                        \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                        • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                          \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                          \n@return The name of the compute and memory capacity node type for each node in the replication 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                          \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ClusterEnabled" : { "beanStyleGetterMethodName" : "getClusterEnabled", "beanStyleSetterMethodName" : "setClusterEnabled", "c2jName" : "ClusterEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | 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 #clusterEnabled(Boolean)}.\n@param clusterEnabled 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 #clusterEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                                          \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                                          \n@return A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | 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" : "ClusterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClusterEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                                          \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false", "setterMethodName" : "setClusterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                          A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                          Valid values: true | false

                                                                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ConfigurationEndpoint" : { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          \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 #configurationEndpoint(Endpoint)}.\n@param configurationEndpoint 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 #configurationEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          \n@return The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                                          The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@param description The user supplied description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@return The user supplied description of the replication 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" : "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" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@param description The user supplied description of the replication group.", "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" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemberClusters" : { "beanStyleGetterMethodName" : "getMemberClusters", "beanStyleSetterMethodName" : "setMemberClusters", "c2jName" : "MemberClusters", "c2jShape" : "ClusterIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication 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 #memberClusters(List)}.\n@param memberClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #memberClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "memberClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "memberClusters", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                          \n@return The names of all the cache clusters that are part of this replication 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" : "MemberClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MemberClusters", "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" : "ClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterId", "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" : "ClusterId", "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" : "MemberClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n@param memberClusters The names of all the cache clusters that are part of this replication group.", "setterMethodName" : "setMemberClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NodeGroups" : { "beanStyleGetterMethodName" : "getNodeGroups", "beanStyleSetterMethodName" : "setNodeGroups", "c2jName" : "NodeGroups", "c2jShape" : "NodeGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroups(List)}.\n@param nodeGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                          \n@return A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroups", "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" : "NodeGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroup.Builder} avoiding the need to create one manually via {@link NodeGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroup.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroup)}.\n@param member a consumer that will call methods on {@link NodeGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroup)", "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" : "NodeGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroup", "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" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : null, "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroup", "memberType" : "NodeGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "setterMethodName" : "setNodeGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PendingModifiedValues" : { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationGroupPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link ReplicationGroupPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationGroupPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroupPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationGroupPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationGroupPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationGroupPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@return A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "getterModel" : { "returnType" : "ReplicationGroupPendingModifiedValues", "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" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          ", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@return The identifier for the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@param replicationGroupId The identifier for the replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                          The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                          If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                          Example: 05:00-09:00

                                                                                                                                                                                                                                                                          If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                          This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshottingClusterId" : { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication 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 #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@return The cluster ID that is used as the daily snapshot source for the replication 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" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@return The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "getterModel" : { "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TransitEncryptionEnabled" : { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: 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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false

                                                                                                                                                                                                                                                                          \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false

                                                                                                                                                                                                                                                                          \n@return A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false

                                                                                                                                                                                                                                                                          \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                          A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                          You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                          Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                          Default: false

                                                                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@return The identifier for the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          \n@param replicationGroupId The identifier for the replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The identifier for the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication 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 #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@param description The user supplied description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@return The user supplied description of the replication 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" : "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" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          \n@param description The user supplied description of the replication group.", "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" : "

                                                                                                                                                                                                                                                                          The user supplied description of the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@return The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "getterModel" : { "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          \n@param status The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.", "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 current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationGroupPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link ReplicationGroupPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationGroupPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroupPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationGroupPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationGroupPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationGroupPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@return A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "getterModel" : { "returnType" : "ReplicationGroupPendingModifiedValues", "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" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : "

                                                                                                                                                                                                                                                                          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                          ", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMemberClusters", "beanStyleSetterMethodName" : "setMemberClusters", "c2jName" : "MemberClusters", "c2jShape" : "ClusterIdList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication 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 #memberClusters(List)}.\n@param memberClusters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #memberClusters(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "memberClusters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "memberClusters", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                          \n@return The names of all the cache clusters that are part of this replication 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" : "MemberClusters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MemberClusters", "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" : "ClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterId", "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" : "ClusterId", "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" : "MemberClusters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          \n@param memberClusters The names of all the cache clusters that are part of this replication group.", "setterMethodName" : "setMemberClusters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "memberClusters", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                          The names of all the cache clusters that are part of this replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroups", "beanStyleSetterMethodName" : "setNodeGroups", "c2jName" : "NodeGroups", "c2jShape" : "NodeGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeGroups(List)}.\n@param nodeGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroups(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                          \n@return A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroups", "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" : "NodeGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroup.Builder} avoiding the need to create one manually via {@link NodeGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroup.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroup)}.\n@param member a consumer that will call methods on {@link NodeGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroup)", "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" : "NodeGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroup", "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" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : null, "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroup", "variableName" : "member", "variableType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroup", "memberType" : "NodeGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          \n@param nodeGroups A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).", "setterMethodName" : "setNodeGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                          A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshottingClusterId", "beanStyleSetterMethodName" : "setSnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication 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 #snapshottingClusterId(String)}.\n@param snapshottingClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshottingClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshottingClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshottingClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@return The cluster ID that is used as the daily snapshot source for the replication 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" : "SnapshottingClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshottingClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshottingClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          \n@param snapshottingClusterId The cluster ID that is used as the daily snapshot source for the replication group.", "setterMethodName" : "setSnapshottingClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshottingClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The cluster ID that is used as the daily snapshot source for the replication group.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                          \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                          • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                            \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                            • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                              \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                              • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConfigurationEndpoint", "beanStyleSetterMethodName" : "setConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                \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 #configurationEndpoint(Endpoint)}.\n@param configurationEndpoint 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 #configurationEndpoint(Endpoint)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "configurationEndpoint", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "configurationEndpoint", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                \n@return The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "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" : "ConfigurationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ConfigurationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ConfigurationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                \n@param configurationEndpoint The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.", "setterMethodName" : "setConfigurationEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "documentation" : "

                                                                                                                                                                                                                                                                                The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                \n@return The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                \n@param snapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                ", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

                                                                                                                                                                                                                                                                                If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                \n@return The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                ", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

                                                                                                                                                                                                                                                                                Example: 05:00-09:00

                                                                                                                                                                                                                                                                                If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

                                                                                                                                                                                                                                                                                This parameter is only valid if the Engine parameter is redis.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClusterEnabled", "beanStyleSetterMethodName" : "setClusterEnabled", "c2jName" : "ClusterEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | 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 #clusterEnabled(Boolean)}.\n@param clusterEnabled 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 #clusterEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clusterEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                                                \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clusterEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                                                \n@return A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | 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" : "ClusterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClusterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClusterEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                                                \n@param clusterEnabled A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false", "setterMethodName" : "setClusterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clusterEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

                                                                                                                                                                                                                                                                                Valid values: true | false

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                                \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                                \n@return The name of the compute and memory capacity node type for each node in the replication 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                                \n@param cacheNodeType The name of the compute and memory capacity node type for each node in the replication group.", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for each node in the replication group.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthTokenEnabled", "beanStyleSetterMethodName" : "setAuthTokenEnabled", "c2jName" : "AuthTokenEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: 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 #authTokenEnabled(Boolean)}.\n@param authTokenEnabled 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 #authTokenEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "authTokenEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authTokenEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@return A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: 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" : "AuthTokenEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthTokenEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AuthTokenEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param authTokenEnabled A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false", "setterMethodName" : "setAuthTokenEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "authTokenEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables using an AuthToken (password) when issuing Redis commands.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTransitEncryptionEnabled", "beanStyleSetterMethodName" : "setTransitEncryptionEnabled", "c2jName" : "TransitEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: 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 #transitEncryptionEnabled(Boolean)}.\n@param transitEncryptionEnabled 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 #transitEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transitEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transitEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@return A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: 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" : "TransitEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TransitEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "TransitEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param transitEncryptionEnabled A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false", "setterMethodName" : "setTransitEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "transitEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables in-transit encryption when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAtRestEncryptionEnabled", "beanStyleSetterMethodName" : "setAtRestEncryptionEnabled", "c2jName" : "AtRestEncryptionEnabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: 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 #atRestEncryptionEnabled(Boolean)}.\n@param atRestEncryptionEnabled 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 #atRestEncryptionEnabled(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "atRestEncryptionEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "atRestEncryptionEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@return A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: 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" : "AtRestEncryptionEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AtRestEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AtRestEncryptionEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                \n@param atRestEncryptionEnabled A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false", "setterMethodName" : "setAtRestEncryptionEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "atRestEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A flag that enables encryption at-rest when set to true.

                                                                                                                                                                                                                                                                                You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

                                                                                                                                                                                                                                                                                Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6 or 4.x.

                                                                                                                                                                                                                                                                                Default: false

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "wrapper" : true }, "ReplicationGroupAlreadyExistsException" : { "c2jName" : "ReplicationGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The specified replication group already exists.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationGroupAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationGroupAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationGroupAlreadyExistsException", "variableName" : "replicationGroupAlreadyExistsException", "variableType" : "ReplicationGroupAlreadyExistsException", "documentation" : null, "simpleType" : "ReplicationGroupAlreadyExistsException", "variableSetterType" : "ReplicationGroupAlreadyExistsException" }, "wrapper" : false }, "ReplicationGroupNotFoundException" : { "c2jName" : "ReplicationGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The specified replication group does not exist.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationGroupNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationGroupNotFoundException", "variableName" : "replicationGroupNotFoundException", "variableType" : "ReplicationGroupNotFoundException", "documentation" : null, "simpleType" : "ReplicationGroupNotFoundException", "variableSetterType" : "ReplicationGroupNotFoundException" }, "wrapper" : false }, "ReplicationGroupPendingModifiedValues" : { "c2jName" : "ReplicationGroupPendingModifiedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.

                                                                                                                                                                                                                                                                                ", "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" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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 #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                \n@return The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverStatusAsString", "beanStyleSetterMethodName" : "setAutomaticFailoverStatus", "c2jName" : "AutomaticFailoverStatus", "c2jShape" : "PendingAutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverStatusAsString(String)}.\n@param automaticFailoverStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailoverStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PendingAutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailoverStatus", "fluentEnumSetterMethodName" : "automaticFailoverStatus", "fluentGetterMethodName" : "automaticFailoverStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                • \n@see PendingAutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailoverStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailoverStatus} will return {@link PendingAutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverStatusAsString}.\n

                                                                                                                                                                                                                                                                                  \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                  • \n@see PendingAutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailoverStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailoverStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                    \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                    • \n@see PendingAutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailoverStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResharding", "beanStyleSetterMethodName" : "setResharding", "c2jName" : "Resharding", "c2jShape" : "ReshardingStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link ReshardingStatus.Builder} avoiding the need to create one manually via {@link ReshardingStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingStatus.Builder#build()} is called immediately and its result is passed to {@link #resharding(ReshardingStatus)}.\n@param resharding a consumer that will call methods on {@link ReshardingStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resharding(ReshardingStatus)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resharding", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      \n@param resharding The status of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resharding", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      \n@return The status of an online resharding operation.", "getterModel" : { "returnType" : "ReshardingStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resharding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resharding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Resharding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      \n@param resharding The status of an online resharding operation.", "setterMethodName" : "setResharding", "setterModel" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : null, "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : "

                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutomaticFailoverStatus" : { "beanStyleGetterMethodName" : "getAutomaticFailoverStatusAsString", "beanStyleSetterMethodName" : "setAutomaticFailoverStatus", "c2jName" : "AutomaticFailoverStatus", "c2jShape" : "PendingAutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverStatusAsString(String)}.\n@param automaticFailoverStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailoverStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PendingAutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailoverStatus", "fluentEnumSetterMethodName" : "automaticFailoverStatus", "fluentGetterMethodName" : "automaticFailoverStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                      \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                      • \n@see PendingAutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailoverStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                        Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailoverStatus} will return {@link PendingAutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverStatusAsString}.\n

                                                                                                                                                                                                                                                                                        \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                        • \n@see PendingAutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailoverStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailoverStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                          \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                          • \n@see PendingAutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailoverStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrimaryClusterId" : { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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 #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@return The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resharding" : { "beanStyleGetterMethodName" : "getResharding", "beanStyleSetterMethodName" : "setResharding", "c2jName" : "Resharding", "c2jShape" : "ReshardingStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link ReshardingStatus.Builder} avoiding the need to create one manually via {@link ReshardingStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingStatus.Builder#build()} is called immediately and its result is passed to {@link #resharding(ReshardingStatus)}.\n@param resharding a consumer that will call methods on {@link ReshardingStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resharding(ReshardingStatus)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resharding", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            \n@param resharding The status of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resharding", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            \n@return The status of an online resharding operation.", "getterModel" : { "returnType" : "ReshardingStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resharding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resharding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Resharding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            \n@param resharding The status of an online resharding operation.", "setterMethodName" : "setResharding", "setterModel" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : null, "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : "

                                                                                                                                                                                                                                                                                            The status of an online resharding operation.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPrimaryClusterId", "beanStyleSetterMethodName" : "setPrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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 #primaryClusterId(String)}.\n@param primaryClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #primaryClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "primaryClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "primaryClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@return The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance 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" : "PrimaryClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrimaryClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrimaryClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            \n@param primaryClusterId The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.", "setterMethodName" : "setPrimaryClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "primaryClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverStatusAsString", "beanStyleSetterMethodName" : "setAutomaticFailoverStatus", "c2jName" : "AutomaticFailoverStatus", "c2jShape" : "PendingAutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverStatusAsString(String)}.\n@param automaticFailoverStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailoverStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "PendingAutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailoverStatus", "fluentEnumSetterMethodName" : "automaticFailoverStatus", "fluentGetterMethodName" : "automaticFailoverStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                            \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                            • \n@see PendingAutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailoverStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailoverStatus} will return {@link PendingAutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverStatusAsString}.\n

                                                                                                                                                                                                                                                                                              \n@return Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                              • \n@see PendingAutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailoverStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailoverStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailoverStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                \n@param automaticFailoverStatus Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                • \n@see PendingAutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailoverStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailoverStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResharding", "beanStyleSetterMethodName" : "setResharding", "c2jName" : "Resharding", "c2jShape" : "ReshardingStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link ReshardingStatus.Builder} avoiding the need to create one manually via {@link ReshardingStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReshardingStatus.Builder#build()} is called immediately and its result is passed to {@link #resharding(ReshardingStatus)}.\n@param resharding a consumer that will call methods on {@link ReshardingStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resharding(ReshardingStatus)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resharding", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  \n@param resharding The status of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resharding", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  \n@return The status of an online resharding operation.", "getterModel" : { "returnType" : "ReshardingStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resharding", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resharding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Resharding", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  \n@param resharding The status of an online resharding operation.", "setterMethodName" : "setResharding", "setterModel" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : null, "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "resharding", "variableType" : "ReshardingStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationGroupPendingModifiedValues", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "variableName" : "replicationGroupPendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "wrapper" : false }, "ReservedCacheNode" : { "c2jName" : "ReservedCacheNode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Represents the output of a PurchaseReservedCacheNodesOffering operation.

                                                                                                                                                                                                                                                                                                  ", "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" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier for the reservation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  \n@param reservedCacheNodeId The unique identifier for the reservation.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                  \n@return The offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                  \n@param reservedCacheNodesOfferingId The offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                    \n@return The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                      The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                      \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The time the reservation started.

                                                                                                                                                                                                                                                                                                        \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 time the reservation started.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The time the reservation started.

                                                                                                                                                                                                                                                                                                        \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The time the reservation started.

                                                                                                                                                                                                                                                                                                        \n@return The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                        \n@param startTime The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 reservation in seconds.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                        \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                        \n@return The duration of the reservation in seconds.", "getterModel" : { "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                        \n@param duration The duration of the reservation in seconds.", "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@return The fixed price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param fixedPrice The fixed price charged for this reserved cache node.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                        The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@return The hourly price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param usagePrice The hourly price charged for this reserved cache node.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                        The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@return The number of cache nodes that have been reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@param cacheNodeCount The number of cache nodes that have been reserved.", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@return The description of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param productDescription The description of the reserved cache node.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@return The offering type of this reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param offeringType The offering type of this reserved cache node.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #state(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@return The state of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param state The state of the reserved cache node.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                        \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                        The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservationARN", "beanStyleSetterMethodName" : "setReservationARN", "c2jName" : "ReservationARN", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservationARN(String)}.\n@param reservationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservationARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservationARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservationARN", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservationARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservationARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "setterMethodName" : "setReservationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                        Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeCount" : { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@return The number of cache nodes that have been reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        \n@param cacheNodeCount The number of cache nodes that have been reserved.", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                        The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                        The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                        \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                          The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                          \n@return The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                            The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                            \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 reservation in seconds.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                              \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                              \n@return The duration of the reservation in seconds.", "getterModel" : { "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                              \n@param duration The duration of the reservation in seconds.", "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "FixedPrice" : { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@return The fixed price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param fixedPrice The fixed price charged for this reserved cache node.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                              The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "OfferingType" : { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@return The offering type of this reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param offeringType The offering type of this reserved cache node.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ProductDescription" : { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@return The description of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param productDescription The description of the reserved cache node.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecurringCharges" : { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReservationARN" : { "beanStyleGetterMethodName" : "getReservationARN", "beanStyleSetterMethodName" : "setReservationARN", "c2jName" : "ReservationARN", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservationARN(String)}.\n@param reservationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservationARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservationARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservationARN", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservationARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservationARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "setterMethodName" : "setReservationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                              Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodeId" : { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@return The unique identifier for the reservation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId The unique identifier for the reservation.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferingId" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@return The offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The time the reservation started.

                                                                                                                                                                                                                                                                                                              \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 time the reservation started.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The time the reservation started.

                                                                                                                                                                                                                                                                                                              \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The time the reservation started.

                                                                                                                                                                                                                                                                                                              \n@return The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                              \n@param startTime The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #state(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@return The state of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param state The state of the reserved cache node.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UsagePrice" : { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@return The hourly price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              \n@param usagePrice The hourly price charged for this reserved cache node.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                              The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodeId", "beanStyleSetterMethodName" : "setReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodeId(String)}.\n@param reservedCacheNodeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodeId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@return The unique identifier for the reservation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodeId The unique identifier for the reservation.", "setterMethodName" : "setReservedCacheNodeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier for the reservation.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering 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 #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@return The offering 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" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              \n@param reservedCacheNodesOfferingId The offering identifier.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The offering identifier.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                              The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                \n@return The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                  The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache nodes.

                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The time the reservation started.

                                                                                                                                                                                                                                                                                                                    \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 time the reservation started.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The time the reservation started.

                                                                                                                                                                                                                                                                                                                    \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The time the reservation started.

                                                                                                                                                                                                                                                                                                                    \n@return The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                                    \n@param startTime The time the reservation started.", "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 time the reservation started.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 reservation in seconds.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                                    \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The duration of the reservation in seconds.

                                                                                                                                                                                                                                                                                                                    \n@return The duration of the reservation in seconds.", "getterModel" : { "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                                    \n@param duration The duration of the reservation in seconds.", "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 reservation in seconds.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@return The fixed price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param fixedPrice The fixed price charged for this reserved cache node.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The fixed price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@return The hourly price charged for this reserved cache node.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param usagePrice The hourly price charged for this reserved cache node.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The hourly price charged for this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeCount", "beanStyleSetterMethodName" : "setCacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #cacheNodeCount(Integer)}.\n@param cacheNodeCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeCount(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeCount", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    \n@return The number of cache nodes that have been reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheNodeCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "CacheNodeCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    \n@param cacheNodeCount The number of cache nodes that have been reserved.", "setterMethodName" : "setCacheNodeCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "cacheNodeCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The number of cache nodes that have been reserved.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@return The description of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param productDescription The description of the reserved cache node.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The description of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@return The offering type of this reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param offeringType The offering type of this reserved cache node.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The offering type of this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #state(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@return The state of the reserved cache node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param state The state of the reserved cache node.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The state of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                    \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReservationARN", "beanStyleSetterMethodName" : "setReservationARN", "c2jName" : "ReservationARN", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservationARN(String)}.\n@param reservationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservationARN(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservationARN", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservationARN", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservationARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservationARN", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    \n@param reservationARN The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582", "setterMethodName" : "setReservationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservationARN", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the reserved cache node.

                                                                                                                                                                                                                                                                                                                    Example: arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReservedCacheNode", "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "wrapper" : true }, "ReservedCacheNodeAlreadyExistsException" : { "c2jName" : "ReservedCacheNodeAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    You already have a reservation with the given identifier.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReservedCacheNodeAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNodeAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodeAlreadyExistsException", "variableName" : "reservedCacheNodeAlreadyExistsException", "variableType" : "ReservedCacheNodeAlreadyExistsException", "documentation" : null, "simpleType" : "ReservedCacheNodeAlreadyExistsException", "variableSetterType" : "ReservedCacheNodeAlreadyExistsException" }, "wrapper" : false }, "ReservedCacheNodeNotFoundException" : { "c2jName" : "ReservedCacheNodeNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The requested reserved cache node was not found.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReservedCacheNodeNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNodeNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodeNotFoundException", "variableName" : "reservedCacheNodeNotFoundException", "variableType" : "ReservedCacheNodeNotFoundException", "documentation" : null, "simpleType" : "ReservedCacheNodeNotFoundException", "variableSetterType" : "ReservedCacheNodeNotFoundException" }, "wrapper" : false }, "ReservedCacheNodeQuotaExceededException" : { "c2jName" : "ReservedCacheNodeQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The request cannot be processed because it would exceed the user's cache node quota.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReservedCacheNodeQuotaExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNodeQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodeQuotaExceededException", "variableName" : "reservedCacheNodeQuotaExceededException", "variableType" : "ReservedCacheNodeQuotaExceededException", "documentation" : null, "simpleType" : "ReservedCacheNodeQuotaExceededException", "variableSetterType" : "ReservedCacheNodeQuotaExceededException" }, "wrapper" : false }, "ReservedCacheNodesOffering" : { "c2jName" : "ReservedCacheNodesOffering", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    Describes all of the attributes of a reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    ", "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" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    \n@return A unique identifier for the reserved cache node offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                    \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                      The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                      \n@return The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                        \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                          \n@return The duration of the offering. in seconds.", "getterModel" : { "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the offering. in seconds.", "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@return The fixed price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@param fixedPrice The fixed price charged for this offering.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@return The hourly price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          \n@param usagePrice The hourly price charged for this offering.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          \n@return The cache engine used by the offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          \n@param productDescription The cache engine used by the offering.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          \n@return The offering type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          \n@param offeringType The offering type.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The offering type.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                          \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                          \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                            The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                            \n@return The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                              The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                              \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                \n@return The duration of the offering. in seconds.", "getterModel" : { "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                \n@param duration The duration of the offering. in seconds.", "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "FixedPrice" : { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@return The fixed price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@param fixedPrice The fixed price charged for this offering.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "OfferingType" : { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                \n@return The offering type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                \n@param offeringType The offering type.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The offering type.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ProductDescription" : { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                \n@return The cache engine used by the offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                \n@param productDescription The cache engine used by the offering.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecurringCharges" : { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReservedCacheNodesOfferingId" : { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@return A unique identifier for the reserved cache node offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UsagePrice" : { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@return The hourly price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                \n@param usagePrice The hourly price charged for this offering.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReservedCacheNodesOfferingId", "beanStyleSetterMethodName" : "setReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedCacheNodesOfferingId(String)}.\n@param reservedCacheNodesOfferingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedCacheNodesOfferingId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reservedCacheNodesOfferingId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reservedCacheNodesOfferingId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@return A unique identifier for the reserved cache node offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReservedCacheNodesOfferingId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReservedCacheNodesOfferingId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.", "setterMethodName" : "setReservedCacheNodesOfferingId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                A unique identifier for the reserved cache node offering.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                  The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                  \n@return The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                    The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                    \n@param cacheNodeType The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache node type for the reserved cache node.

                                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually 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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The duration of the offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      \n@return The duration of the offering. in seconds.", "getterModel" : { "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      \n@param duration The duration of the offering. in seconds.", "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 offering. in seconds.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedPrice", "beanStyleSetterMethodName" : "setFixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #fixedPrice(Double)}.\n@param fixedPrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fixedPrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedPrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedPrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@return The fixed price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedPrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedPrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "FixedPrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@param fixedPrice The fixed price charged for this offering.", "setterMethodName" : "setFixedPrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "fixedPrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsagePrice", "beanStyleSetterMethodName" : "setUsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #usagePrice(Double)}.\n@param usagePrice a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #usagePrice(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "usagePrice", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "usagePrice", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@return The hourly price charged for this offering.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UsagePrice", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UsagePrice", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "UsagePrice", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      \n@param usagePrice The hourly price charged for this offering.", "setterMethodName" : "setUsagePrice", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "usagePrice", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProductDescription", "beanStyleSetterMethodName" : "setProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #productDescription(String)}.\n@param productDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "productDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      \n@return The cache engine used by the offering.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProductDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProductDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProductDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      \n@param productDescription The cache engine used by the offering.", "setterMethodName" : "setProductDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "productDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The cache engine used by the offering.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOfferingType", "beanStyleSetterMethodName" : "setOfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #offeringType(String)}.\n@param offeringType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #offeringType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "offeringType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "offeringType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      \n@return The offering type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OfferingType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OfferingType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OfferingType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      \n@param offeringType The offering type.", "setterMethodName" : "setOfferingType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "offeringType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The offering type.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecurringCharges", "beanStyleSetterMethodName" : "setRecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recurringCharges(List)}.\n@param recurringCharges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recurringCharges(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recurringCharges", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recurringCharges", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The recurring price charged to run this reserved cache node.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharges", "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" : "RecurringCharge", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecurringCharge.Builder} avoiding the need to create one manually via {@link RecurringCharge#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecurringCharge.Builder#build()} is called immediately and its result is passed to {@link #member(RecurringCharge)}.\n@param member a consumer that will call methods on {@link RecurringCharge.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecurringCharge)", "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" : "RecurringCharge", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecurringCharge", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RecurringCharge", "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" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecurringCharge", "variableName" : "member", "variableType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "RecurringCharge", "memberType" : "RecurringCharge", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecurringCharge", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RecurringCharges", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      \n@param recurringCharges The recurring price charged to run this reserved cache node.", "setterMethodName" : "setRecurringCharges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recurringCharges", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recurring price charged to run this reserved cache node.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNodesOffering", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReservedCacheNodesOffering", "variableName" : "reservedCacheNodesOffering", "variableType" : "ReservedCacheNodesOffering", "documentation" : null, "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "wrapper" : true }, "ReservedCacheNodesOfferingNotFoundException" : { "c2jName" : "ReservedCacheNodesOfferingNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The requested cache node offering does not exist.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReservedCacheNodesOfferingNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReservedCacheNodesOfferingNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReservedCacheNodesOfferingNotFoundException", "variableName" : "reservedCacheNodesOfferingNotFoundException", "variableType" : "ReservedCacheNodesOfferingNotFoundException", "documentation" : null, "simpleType" : "ReservedCacheNodesOfferingNotFoundException", "variableSetterType" : "ReservedCacheNodesOfferingNotFoundException" }, "wrapper" : false }, "ResetCacheParameterGroupRequest" : { "c2jName" : "ResetCacheParameterGroupMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the input of a ResetCacheParameterGroup operation.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "ResetCacheParameterGroup", "locationName" : null, "requestUri" : "/", "target" : "ResetCacheParameterGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter group to reset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResetAllParameters", "beanStyleSetterMethodName" : "setResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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 #resetAllParameters(Boolean)}.\n@param resetAllParameters 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 #resetAllParameters(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resetAllParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resetAllParameters", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@return If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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" : "ResetAllParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResetAllParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ResetAllParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false", "setterMethodName" : "setResetAllParameters", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter group to reset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParameterNameValues" : { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResetAllParameters" : { "beanStyleGetterMethodName" : "getResetAllParameters", "beanStyleSetterMethodName" : "setResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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 #resetAllParameters(Boolean)}.\n@param resetAllParameters 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 #resetAllParameters(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resetAllParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resetAllParameters", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@return If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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" : "ResetAllParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResetAllParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ResetAllParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false", "setterMethodName" : "setResetAllParameters", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter group to reset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group to reset.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResetAllParameters", "beanStyleSetterMethodName" : "setResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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 #resetAllParameters(Boolean)}.\n@param resetAllParameters 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 #resetAllParameters(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resetAllParameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resetAllParameters", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@return If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | 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" : "ResetAllParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResetAllParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ResetAllParameters", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      \n@param resetAllParameters If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false", "setterMethodName" : "setResetAllParameters", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "resetAllParameters", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                                                                                                                                                                                                                                                                                                                      Valid values: true | false

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameterNameValues", "beanStyleSetterMethodName" : "setParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parameterNameValues(List)}.\n@param parameterNameValues a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameterNameValues(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameterNameValues", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameterNameValues", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValues", "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" : "ParameterNameValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ParameterNameValue.Builder} avoiding the need to create one manually via {@link ParameterNameValue#builder()}.\n\nWhen the {@link Consumer} completes, {@link ParameterNameValue.Builder#build()} is called immediately and its result is passed to {@link #member(ParameterNameValue)}.\n@param member a consumer that will call methods on {@link ParameterNameValue.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ParameterNameValue)", "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" : "ParameterNameValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParameterNameValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParameterNameValue", "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" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ParameterNameValue", "variableName" : "member", "variableType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "ParameterNameValue", "memberType" : "ParameterNameValue", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ParameterNameValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ParameterNameValues", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.", "setterMethodName" : "setParameterNameValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parameterNameValues", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheParameterGroupName" ], "shapeName" : "ResetCacheParameterGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResetCacheParameterGroupRequest", "variableName" : "resetCacheParameterGroupRequest", "variableType" : "ResetCacheParameterGroupRequest", "documentation" : null, "simpleType" : "ResetCacheParameterGroupRequest", "variableSetterType" : "ResetCacheParameterGroupRequest" }, "wrapper" : false }, "ResetCacheParameterGroupResponse" : { "c2jName" : "CacheParameterGroupNameMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the output of one of the following operations:

                                                                                                                                                                                                                                                                                                                                      • ModifyCacheParameterGroup

                                                                                                                                                                                                                                                                                                                                      • ResetCacheParameterGroup

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache parameter 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheParameterGroupName The name of the cache parameter group.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache parameter group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResetCacheParameterGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ResetCacheParameterGroupResult" }, "variable" : { "variableDeclarationType" : "ResetCacheParameterGroupResponse", "variableName" : "resetCacheParameterGroupResponse", "variableType" : "ResetCacheParameterGroupResponse", "documentation" : null, "simpleType" : "ResetCacheParameterGroupResponse", "variableSetterType" : "ResetCacheParameterGroupResponse" }, "wrapper" : false }, "ReshardingConfiguration" : { "c2jName" : "ReshardingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredAvailabilityZones(List)}.\n@param preferredAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return A list of preferred availability zones for the nodes in this cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZones" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredAvailabilityZones(List)}.\n@param preferredAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return A list of preferred availability zones for the nodes in this cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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 #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@return Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply 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" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      \n@param nodeGroupId Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZones", "beanStyleSetterMethodName" : "setPreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "AvailabilityZonesList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #preferredAvailabilityZones(List)}.\n@param preferredAvailabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZones(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                      \n@return A list of preferred availability zones for the nodes in this cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredAvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZones", "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" : "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" : "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" : "AvailabilityZone", "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" : "PreferredAvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param preferredAvailabilityZones A list of preferred availability zones for the nodes in this cluster.", "setterMethodName" : "setPreferredAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A list of preferred availability zones for the nodes in this cluster.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReshardingConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReshardingConfiguration", "variableName" : "reshardingConfiguration", "variableType" : "ReshardingConfiguration", "documentation" : null, "simpleType" : "ReshardingConfiguration", "variableSetterType" : "ReshardingConfiguration" }, "wrapper" : false }, "ReshardingStatus" : { "c2jName" : "ReshardingStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getSlotMigration", "beanStyleSetterMethodName" : "setSlotMigration", "c2jName" : "SlotMigration", "c2jShape" : "SlotMigration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link SlotMigration.Builder} avoiding the need to create one manually via {@link SlotMigration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SlotMigration.Builder#build()} is called immediately and its result is passed to {@link #slotMigration(SlotMigration)}.\n@param slotMigration a consumer that will call methods on {@link SlotMigration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slotMigration(SlotMigration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slotMigration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slotMigration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@return Represents the progress of an online resharding operation.", "getterModel" : { "returnType" : "SlotMigration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlotMigration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlotMigration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SlotMigration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.", "setterMethodName" : "setSlotMigration", "setterModel" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : null, "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SlotMigration" : { "beanStyleGetterMethodName" : "getSlotMigration", "beanStyleSetterMethodName" : "setSlotMigration", "c2jName" : "SlotMigration", "c2jShape" : "SlotMigration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link SlotMigration.Builder} avoiding the need to create one manually via {@link SlotMigration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SlotMigration.Builder#build()} is called immediately and its result is passed to {@link #slotMigration(SlotMigration)}.\n@param slotMigration a consumer that will call methods on {@link SlotMigration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slotMigration(SlotMigration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slotMigration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slotMigration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@return Represents the progress of an online resharding operation.", "getterModel" : { "returnType" : "SlotMigration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlotMigration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlotMigration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SlotMigration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.", "setterMethodName" : "setSlotMigration", "setterModel" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : null, "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSlotMigration", "beanStyleSetterMethodName" : "setSlotMigration", "c2jName" : "SlotMigration", "c2jShape" : "SlotMigration", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link SlotMigration.Builder} avoiding the need to create one manually via {@link SlotMigration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SlotMigration.Builder#build()} is called immediately and its result is passed to {@link #slotMigration(SlotMigration)}.\n@param slotMigration a consumer that will call methods on {@link SlotMigration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slotMigration(SlotMigration)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "slotMigration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "slotMigration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@return Represents the progress of an online resharding operation.", "getterModel" : { "returnType" : "SlotMigration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlotMigration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlotMigration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SlotMigration", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      \n@param slotMigration Represents the progress of an online resharding operation.", "setterMethodName" : "setSlotMigration", "setterModel" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : null, "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReshardingStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReshardingStatus", "variableName" : "reshardingStatus", "variableType" : "ReshardingStatus", "documentation" : null, "simpleType" : "ReshardingStatus", "variableSetterType" : "ReshardingStatus" }, "wrapper" : false }, "RevokeCacheSecurityGroupIngressRequest" : { "c2jName" : "RevokeCacheSecurityGroupIngressMessage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the input of a RevokeCacheSecurityGroupIngress operation.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "RevokeCacheSecurityGroupIngress", "locationName" : null, "requestUri" : "/", "target" : "RevokeCacheSecurityGroupIngress", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache security group to revoke ingress from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the Amazon EC2 security group to revoke access from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroupName" : { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache security group to revoke ingress from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroupName" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the Amazon EC2 security group to revoke access from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EC2SecurityGroupOwnerId" : { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroupName", "beanStyleSetterMethodName" : "setCacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroupName(String)}.\n@param cacheSecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the cache security group to revoke ingress from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.", "setterMethodName" : "setCacheSecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the cache security group to revoke ingress from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupName", "beanStyleSetterMethodName" : "setEc2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupName(String)}.\n@param ec2SecurityGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of the Amazon EC2 security group to revoke access from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.", "setterMethodName" : "setEc2SecurityGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the Amazon EC2 security group to revoke access from.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEc2SecurityGroupOwnerId", "beanStyleSetterMethodName" : "setEc2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2SecurityGroupOwnerId(String)}.\n@param ec2SecurityGroupOwnerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2SecurityGroupOwnerId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2SecurityGroupOwnerId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2SecurityGroupOwnerId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EC2SecurityGroupOwnerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EC2SecurityGroupOwnerId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      \n@param ec2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.", "setterMethodName" : "setEc2SecurityGroupOwnerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2SecurityGroupOwnerId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ], "shapeName" : "RevokeCacheSecurityGroupIngressRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RevokeCacheSecurityGroupIngressRequest", "variableName" : "revokeCacheSecurityGroupIngressRequest", "variableType" : "RevokeCacheSecurityGroupIngressRequest", "documentation" : null, "simpleType" : "RevokeCacheSecurityGroupIngressRequest", "variableSetterType" : "RevokeCacheSecurityGroupIngressRequest" }, "wrapper" : false }, "RevokeCacheSecurityGroupIngressResponse" : { "c2jName" : "RevokeCacheSecurityGroupIngressResult", "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" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CacheSecurityGroup" : { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCacheSecurityGroup", "beanStyleSetterMethodName" : "setCacheSecurityGroup", "c2jName" : "CacheSecurityGroup", "c2jShape" : "CacheSecurityGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link CacheSecurityGroup.Builder} avoiding the need to create one manually via {@link CacheSecurityGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link CacheSecurityGroup.Builder#build()} is called immediately and its result is passed to {@link #cacheSecurityGroup(CacheSecurityGroup)}.\n@param cacheSecurityGroup a consumer that will call methods on {@link CacheSecurityGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSecurityGroup(CacheSecurityGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSecurityGroup", "fluentSetterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSecurityGroup", "getterDocumentation" : "Returns the value of the CacheSecurityGroup property for this object.\n@return The value of the CacheSecurityGroup property for this object.", "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CacheSecurityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSecurityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CacheSecurityGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the CacheSecurityGroup property for this object.\n\n@param cacheSecurityGroup The new value for the CacheSecurityGroup property for this object.", "setterMethodName" : "setCacheSecurityGroup", "setterModel" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CacheSecurityGroup", "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RevokeCacheSecurityGroupIngressResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RevokeCacheSecurityGroupIngressResult" }, "variable" : { "variableDeclarationType" : "RevokeCacheSecurityGroupIngressResponse", "variableName" : "revokeCacheSecurityGroupIngressResponse", "variableType" : "RevokeCacheSecurityGroupIngressResponse", "documentation" : null, "simpleType" : "RevokeCacheSecurityGroupIngressResponse", "variableSetterType" : "RevokeCacheSecurityGroupIngressResponse" }, "wrapper" : false }, "SecurityGroupMembership" : { "c2jName" : "SecurityGroupMembership", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents a single cache security group and its status.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getSecurityGroupId", "beanStyleSetterMethodName" : "setSecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache 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 #securityGroupId(String)}.\n@param securityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@return The identifier of the cache 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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.", "setterMethodName" : "setSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupId" : { "beanStyleGetterMethodName" : "getSecurityGroupId", "beanStyleSetterMethodName" : "setSecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache 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 #securityGroupId(String)}.\n@param securityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@return The identifier of the cache 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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.", "setterMethodName" : "setSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSecurityGroupId", "beanStyleSetterMethodName" : "setSecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache 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 #securityGroupId(String)}.\n@param securityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@return The identifier of the cache 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" : "SecurityGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      \n@param securityGroupId The identifier of the cache security group.", "setterMethodName" : "setSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The identifier of the cache security group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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 #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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are 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" : "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      \n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.", "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 cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SecurityGroupMembership", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SecurityGroupMembership", "variableName" : "securityGroupMembership", "variableType" : "SecurityGroupMembership", "documentation" : null, "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "wrapper" : false }, "ServiceLinkedRoleNotFoundException" : { "c2jName" : "ServiceLinkedRoleNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The specified service linked role (SLR) was not found.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceLinkedRoleNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceLinkedRoleNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceLinkedRoleNotFoundException", "variableName" : "serviceLinkedRoleNotFoundException", "variableType" : "ServiceLinkedRoleNotFoundException", "documentation" : null, "simpleType" : "ServiceLinkedRoleNotFoundException", "variableSetterType" : "ServiceLinkedRoleNotFoundException" }, "wrapper" : false }, "ServiceUpdate" : { "c2jName" : "ServiceUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      An update that you can apply to your Redis clusters.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@return The date when the service update is initially available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateEndDate", "beanStyleSetterMethodName" : "setServiceUpdateEndDate", "c2jName" : "ServiceUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateEndDate(Instant)}.\n@param serviceUpdateEndDate 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 #serviceUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@return The date after which the service update is no longer available", "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" : "ServiceUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available", "setterMethodName" : "setServiceUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@return The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateDescription", "beanStyleSetterMethodName" : "setServiceUpdateDescription", "c2jName" : "ServiceUpdateDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateDescription(String)}.\n@param serviceUpdateDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return Provides details of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update", "setterMethodName" : "setServiceUpdateDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine to which the service update applies", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine version to which the service update applies", "getterModel" : { "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies", "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoUpdateAfterRecommendedApplyByDate", "beanStyleSetterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "c2jName" : "AutoUpdateAfterRecommendedApplyByDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \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 #autoUpdateAfterRecommendedApplyByDate(Boolean)}.\n@param autoUpdateAfterRecommendedApplyByDate 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 #autoUpdateAfterRecommendedApplyByDate(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@return Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "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" : "AutoUpdateAfterRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoUpdateAfterRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoUpdateAfterRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "setterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@return The estimated length of time the service update will take", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoUpdateAfterRecommendedApplyByDate" : { "beanStyleGetterMethodName" : "getAutoUpdateAfterRecommendedApplyByDate", "beanStyleSetterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "c2jName" : "AutoUpdateAfterRecommendedApplyByDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \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 #autoUpdateAfterRecommendedApplyByDate(Boolean)}.\n@param autoUpdateAfterRecommendedApplyByDate 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 #autoUpdateAfterRecommendedApplyByDate(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@return Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "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" : "AutoUpdateAfterRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoUpdateAfterRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoUpdateAfterRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "setterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine to which the service update applies", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine version to which the service update applies", "getterModel" : { "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies", "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EstimatedUpdateTime" : { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@return The estimated length of time the service update will take", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateDescription" : { "beanStyleGetterMethodName" : "getServiceUpdateDescription", "beanStyleSetterMethodName" : "setServiceUpdateDescription", "c2jName" : "ServiceUpdateDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateDescription(String)}.\n@param serviceUpdateDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return Provides details of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update", "setterMethodName" : "setServiceUpdateDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateEndDate" : { "beanStyleGetterMethodName" : "getServiceUpdateEndDate", "beanStyleSetterMethodName" : "setServiceUpdateEndDate", "c2jName" : "ServiceUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateEndDate(Instant)}.\n@param serviceUpdateEndDate 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 #serviceUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@return The date after which the service update is no longer available", "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" : "ServiceUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available", "setterMethodName" : "setServiceUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateRecommendedApplyByDate" : { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@return The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ServiceUpdateReleaseDate" : { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@return The date when the service update is initially available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ServiceUpdateSeverity" : { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateStatus" : { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateType" : { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@return The date when the service update is initially available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateReleaseDate The date when the service update is initially available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date when the service update is initially available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateEndDate", "beanStyleSetterMethodName" : "setServiceUpdateEndDate", "c2jName" : "ServiceUpdateEndDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateEndDate(Instant)}.\n@param serviceUpdateEndDate 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 #serviceUpdateEndDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateEndDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateEndDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@return The date after which the service update is no longer available", "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" : "ServiceUpdateEndDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateEndDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateEndDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateEndDate The date after which the service update is no longer available", "setterMethodName" : "setServiceUpdateEndDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateEndDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The date after which the service update is no longer available

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The severity of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@return The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateRecommendedApplyByDate The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateDescription", "beanStyleSetterMethodName" : "setServiceUpdateDescription", "c2jName" : "ServiceUpdateDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateDescription(String)}.\n@param serviceUpdateDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@return Provides details of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateDescription Provides details of the service update", "setterMethodName" : "setServiceUpdateDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Provides details of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                      \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine to which the service update applies", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engine The Redis engine to which the service update applies", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@return The Redis engine version to which the service update applies", "getterModel" : { "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      \n@param engineVersion The Redis engine version to which the service update applies", "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 Redis engine version to which the service update applies

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoUpdateAfterRecommendedApplyByDate", "beanStyleSetterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "c2jName" : "AutoUpdateAfterRecommendedApplyByDate", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \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 #autoUpdateAfterRecommendedApplyByDate(Boolean)}.\n@param autoUpdateAfterRecommendedApplyByDate 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 #autoUpdateAfterRecommendedApplyByDate(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoUpdateAfterRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@return Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "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" : "AutoUpdateAfterRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutoUpdateAfterRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AutoUpdateAfterRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      \n@param autoUpdateAfterRecommendedApplyByDate Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.", "setterMethodName" : "setAutoUpdateAfterRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoUpdateAfterRecommendedApplyByDate", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@return The estimated length of time the service update will take", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      \n@param estimatedUpdateTime The estimated length of time the service update will take", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The estimated length of time the service update will take

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceUpdate", "variableName" : "serviceUpdate", "variableType" : "ServiceUpdate", "documentation" : null, "simpleType" : "ServiceUpdate", "variableSetterType" : "ServiceUpdate" }, "wrapper" : false }, "ServiceUpdateNotFoundException" : { "c2jName" : "ServiceUpdateNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The service update doesn't exist

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceUpdateNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUpdateNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUpdateNotFoundException", "variableName" : "serviceUpdateNotFoundException", "variableType" : "ServiceUpdateNotFoundException", "documentation" : null, "simpleType" : "ServiceUpdateNotFoundException", "variableSetterType" : "ServiceUpdateNotFoundException" }, "wrapper" : false }, "ServiceUpdateSeverity" : { "c2jName" : "ServiceUpdateSeverity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CRITICAL", "value" : "critical" }, { "name" : "IMPORTANT", "value" : "important" }, { "name" : "MEDIUM", "value" : "medium" }, { "name" : "LOW", "value" : "low" } ], "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" : "ServiceUpdateSeverity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceUpdateSeverity", "variableName" : "serviceUpdateSeverity", "variableType" : "ServiceUpdateSeverity", "documentation" : null, "simpleType" : "ServiceUpdateSeverity", "variableSetterType" : "ServiceUpdateSeverity" }, "wrapper" : false }, "ServiceUpdateStatus" : { "c2jName" : "ServiceUpdateStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "AVAILABLE", "value" : "available" }, { "name" : "CANCELLED", "value" : "cancelled" }, { "name" : "EXPIRED", "value" : "expired" } ], "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" : "ServiceUpdateStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceUpdateStatus", "variableName" : "serviceUpdateStatus", "variableType" : "ServiceUpdateStatus", "documentation" : null, "simpleType" : "ServiceUpdateStatus", "variableSetterType" : "ServiceUpdateStatus" }, "wrapper" : false }, "ServiceUpdateType" : { "c2jName" : "ServiceUpdateType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SECURITY_UPDATE", "value" : "security-update" } ], "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" : "ServiceUpdateType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceUpdateType", "variableName" : "serviceUpdateType", "variableType" : "ServiceUpdateType", "documentation" : null, "simpleType" : "ServiceUpdateType", "variableSetterType" : "ServiceUpdateType" }, "wrapper" : false }, "SlaMet" : { "c2jName" : "SlaMet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "YES", "value" : "yes" }, { "name" : "NO", "value" : "no" }, { "name" : "N_A", "value" : "n/a" } ], "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" : "SlaMet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SlaMet", "variableName" : "slaMet", "variableType" : "SlaMet", "documentation" : null, "simpleType" : "SlaMet", "variableSetterType" : "SlaMet" }, "wrapper" : false }, "SlotMigration" : { "c2jName" : "SlotMigration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents the progress of an online resharding operation.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getProgressPercentage", "beanStyleSetterMethodName" : "setProgressPercentage", "c2jName" : "ProgressPercentage", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #progressPercentage(Double)}.\n@param progressPercentage a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressPercentage(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressPercentage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressPercentage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@return The percentage of the slot migration that is complete.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProgressPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProgressPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "ProgressPercentage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.", "setterMethodName" : "setProgressPercentage", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProgressPercentage" : { "beanStyleGetterMethodName" : "getProgressPercentage", "beanStyleSetterMethodName" : "setProgressPercentage", "c2jName" : "ProgressPercentage", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #progressPercentage(Double)}.\n@param progressPercentage a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressPercentage(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressPercentage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressPercentage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@return The percentage of the slot migration that is complete.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProgressPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProgressPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "ProgressPercentage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.", "setterMethodName" : "setProgressPercentage", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getProgressPercentage", "beanStyleSetterMethodName" : "setProgressPercentage", "c2jName" : "ProgressPercentage", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #progressPercentage(Double)}.\n@param progressPercentage a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressPercentage(Double)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressPercentage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressPercentage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@return The percentage of the slot migration that is complete.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProgressPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProgressPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "ProgressPercentage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      \n@param progressPercentage The percentage of the slot migration that is complete.", "setterMethodName" : "setProgressPercentage", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "progressPercentage", "variableType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The percentage of the slot migration that is complete.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SlotMigration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SlotMigration", "variableName" : "slotMigration", "variableType" : "SlotMigration", "documentation" : null, "simpleType" : "SlotMigration", "variableSetterType" : "SlotMigration" }, "wrapper" : false }, "Snapshot" : { "c2jName" : "Snapshot", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.

                                                                                                                                                                                                                                                                                                                                      ", "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" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                      \n@return The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@param replicationGroupId The unique identifier of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier of the source replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@param replicationGroupId The unique identifier of the source replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@param replicationGroupDescription A description of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@return A description of the source replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                      \n@param replicationGroupDescription A description of the source replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheClusterId The user-supplied identifier of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                      \n@return The user-supplied identifier of the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheClusterId The user-supplied identifier of the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotStatus", "beanStyleSetterMethodName" : "setSnapshotStatus", "c2jName" : "SnapshotStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotStatus(String)}.\n@param snapshotStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      \n@return The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "setterMethodName" : "setSnapshotStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      \n@return Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                      \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                      The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                      • General purpose:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                          M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                          T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                          M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                          M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                      • Compute optimized:

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                      • Memory optimized:

                                                                                                                                                                                                                                                                                                                                        • Current generation:

                                                                                                                                                                                                                                                                                                                                          R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                          R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                        • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                          M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                          R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                      Additional node type info

                                                                                                                                                                                                                                                                                                                                      • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                      • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                      • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                        The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                        \n@return The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                          \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The name of the cache engine (memcached or redis) used by the source 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The version of the cache engine version that is used by the source 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 #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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param engineVersion The version of the cache engine version that is used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The version of the cache engine version that is used by the source 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" : "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param engineVersion The version of the cache engine version that is used by the source cluster.", "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            \n@return The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                            \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                            \n@return The name of the Availability Zone in which the source cluster 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                            \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheClusterCreateTime The date and time when the source cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                            \n@return The date and time when the source cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheClusterCreateTime The date and time when the source cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                                                                                                            Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                            Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                            • sun

                                                                                                                                                                                                                                                                                                                                            • mon

                                                                                                                                                                                                                                                                                                                                            • tue

                                                                                                                                                                                                                                                                                                                                            • wed

                                                                                                                                                                                                                                                                                                                                            • thu

                                                                                                                                                                                                                                                                                                                                            • fri

                                                                                                                                                                                                                                                                                                                                            • sat

                                                                                                                                                                                                                                                                                                                                            Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The port number used by each cache nodes in the source 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 #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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param port The port number used by each cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The port number used by each cache nodes in the source 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" : "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param port The port number used by each cache nodes in the source cluster.", "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The cache parameter group that is associated with the source 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The name of the cache subnet group associated with the source 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            \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" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                            This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            \n@return For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                            For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                            Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@return The daily time range during which ElastiCache takes daily snapshots of the source 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                            \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            \n@return The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                            Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                            • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                            • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                              Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                                                                                              \n@return Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                              Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                              • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                              • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                              • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                              • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeSnapshots", "beanStyleSetterMethodName" : "setNodeSnapshots", "c2jName" : "NodeSnapshots", "c2jShape" : "NodeSnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeSnapshots(List)}.\n@param nodeSnapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeSnapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeSnapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  \n@param nodeSnapshots A list of the cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeSnapshots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of the cache nodes in the source cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshots", "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" : "NodeSnapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeSnapshot.Builder} avoiding the need to create one manually via {@link NodeSnapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeSnapshot.Builder#build()} is called immediately and its result is passed to {@link #member(NodeSnapshot)}.\n@param member a consumer that will call methods on {@link NodeSnapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeSnapshot)", "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" : "NodeSnapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshot", "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" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : null, "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeSnapshot", "memberType" : "NodeSnapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeSnapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeSnapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  \n@param nodeSnapshots A list of the cache nodes in the source cluster.", "setterMethodName" : "setNodeSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  \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" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                                  This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutomaticFailover" : { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                  Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                  • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                  • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                                                                                                    \n@return Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                    • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                      \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                      • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheClusterCreateTime" : { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                        \n@param cacheClusterCreateTime The date and time when the source cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                        \n@return The date and time when the source cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                        \n@param cacheClusterCreateTime The date and time when the source cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CacheClusterId" : { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                        \n@param cacheClusterId The user-supplied identifier of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                        \n@return The user-supplied identifier of the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                        \n@param cacheClusterId The user-supplied identifier of the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheNodeType" : { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                        \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                        The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                        • General purpose:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                            T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                            M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                            M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                        • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                        • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                          • Current generation:

                                                                                                                                                                                                                                                                                                                                                            R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                            R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                          • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                            M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                            R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                        Additional node type info

                                                                                                                                                                                                                                                                                                                                                        • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                        • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                        • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                          The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                          The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                          • General purpose:

                                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                                              M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                              M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                              T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                              M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                              M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                          • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                          • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                            • Current generation:

                                                                                                                                                                                                                                                                                                                                                              R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                              R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                            • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                              M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                              R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                          Additional node type info

                                                                                                                                                                                                                                                                                                                                                          • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                          • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                          • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                          • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                            The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                            \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                            The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                            • General purpose:

                                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                                M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                            • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                            • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                              • Current generation:

                                                                                                                                                                                                                                                                                                                                                                R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                              • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                            Additional node type info

                                                                                                                                                                                                                                                                                                                                                            • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                            • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                            • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                            • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheParameterGroupName" : { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The cache parameter group that is associated with the source 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CacheSubnetGroupName" : { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The name of the cache subnet group associated with the source 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Engine" : { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The name of the cache engine (memcached or redis) used by the source 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The version of the cache engine version that is used by the source 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 #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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param engineVersion The version of the cache engine version that is used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The version of the cache engine version that is used by the source 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" : "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param engineVersion The version of the cache engine version that is used by the source cluster.", "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeSnapshots" : { "beanStyleGetterMethodName" : "getNodeSnapshots", "beanStyleSetterMethodName" : "setNodeSnapshots", "c2jName" : "NodeSnapshots", "c2jShape" : "NodeSnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeSnapshots(List)}.\n@param nodeSnapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeSnapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeSnapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param nodeSnapshots A list of the cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeSnapshots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                              \n@return A list of the cache nodes in the source cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshots", "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" : "NodeSnapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeSnapshot.Builder} avoiding the need to create one manually via {@link NodeSnapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeSnapshot.Builder#build()} is called immediately and its result is passed to {@link #member(NodeSnapshot)}.\n@param member a consumer that will call methods on {@link NodeSnapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeSnapshot)", "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" : "NodeSnapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshot", "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" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : null, "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeSnapshot", "memberType" : "NodeSnapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeSnapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeSnapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param nodeSnapshots A list of the cache nodes in the source cluster.", "setterMethodName" : "setNodeSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NumCacheNodes" : { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              \n@return The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NumNodeGroups" : { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              \n@return The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The port number used by each cache nodes in the source 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 #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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param port The port number used by each cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The port number used by each cache nodes in the source 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" : "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param port The port number used by each cache nodes in the source cluster.", "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "PreferredAvailabilityZone" : { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                              \n@return The name of the Availability Zone in which the source cluster 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                              \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                                                                                                                              Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                              Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                              • sun

                                                                                                                                                                                                                                                                                                                                                              • mon

                                                                                                                                                                                                                                                                                                                                                              • tue

                                                                                                                                                                                                                                                                                                                                                              • wed

                                                                                                                                                                                                                                                                                                                                                              • thu

                                                                                                                                                                                                                                                                                                                                                              • fri

                                                                                                                                                                                                                                                                                                                                                              • sat

                                                                                                                                                                                                                                                                                                                                                              Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupDescription A description of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@return A description of the source replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupDescription A description of the source replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupId The unique identifier of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier of the source replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupId The unique identifier of the source replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotName" : { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@return The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotRetentionLimit" : { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              \n@return For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                              For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                              Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SnapshotSource" : { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@return Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotStatus" : { "beanStyleGetterMethodName" : "getSnapshotStatus", "beanStyleSetterMethodName" : "setSnapshotStatus", "c2jName" : "SnapshotStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotStatus(String)}.\n@param snapshotStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@return The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "setterMethodName" : "setSnapshotStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotWindow" : { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The daily time range during which ElastiCache takes daily snapshots of the source 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TopicArn" : { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcId" : { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnapshotName", "beanStyleSetterMethodName" : "setSnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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 #snapshotName(String)}.\n@param snapshotName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@return The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided 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" : "SnapshotName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.", "setterMethodName" : "setSnapshotName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupId The unique identifier of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier of the source replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupId The unique identifier of the source replication group.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationGroupDescription", "beanStyleSetterMethodName" : "setReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication 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 #replicationGroupDescription(String)}.\n@param replicationGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupDescription(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupDescription", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupDescription A description of the source replication group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupDescription", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@return A description of the source replication 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" : "ReplicationGroupDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupDescription", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              \n@param replicationGroupDescription A description of the source replication group.", "setterMethodName" : "setReplicationGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupDescription", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              A description of the source replication group.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterId", "beanStyleSetterMethodName" : "setCacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source 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 #cacheClusterId(String)}.\n@param cacheClusterId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheClusterId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheClusterId The user-supplied identifier of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@return The user-supplied identifier of the source 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" : "CacheClusterId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheClusterId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheClusterId The user-supplied identifier of the source cluster.", "setterMethodName" : "setCacheClusterId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheClusterId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The user-supplied identifier of the source cluster.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotStatus", "beanStyleSetterMethodName" : "setSnapshotStatus", "c2jName" : "SnapshotStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotStatus(String)}.\n@param snapshotStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@return The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.", "setterMethodName" : "setSnapshotStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotSource", "beanStyleSetterMethodName" : "setSnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snapshotSource(String)}.\n@param snapshotSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotSource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotSource", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotSource", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@return Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotSource", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              \n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).", "setterMethodName" : "setSnapshotSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotSource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheNodeType", "beanStyleSetterMethodName" : "setCacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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 #cacheNodeType(String)}.\n@param cacheNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheNodeType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheNodeType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                              \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                              The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                              • General purpose:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                  T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                  M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                              • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                              • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                • Current generation:

                                                                                                                                                                                                                                                                                                                                                                  R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                  R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                  M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                  R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                              Additional node type info

                                                                                                                                                                                                                                                                                                                                                              • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                              • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                              • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheNodeType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                                • General purpose:

                                                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                                                    M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                    M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                    T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                    M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                    M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                                • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                                • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                  • Current generation:

                                                                                                                                                                                                                                                                                                                                                                    R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                    R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                    M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                    R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                                Additional node type info

                                                                                                                                                                                                                                                                                                                                                                • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                                • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                                • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                                • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 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" : "CacheNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheNodeType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                                  \n@param cacheNodeType The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                  The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                                  • General purpose:

                                                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                                                      M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                      M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                      T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                      M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                      M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                                  • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                    • Current generation:

                                                                                                                                                                                                                                                                                                                                                                      R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                      R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                    • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                      M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                      R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                                  Additional node type info

                                                                                                                                                                                                                                                                                                                                                                  • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                                  • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                                  • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                                  • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setCacheNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheNodeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the compute and memory capacity node type for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

                                                                                                                                                                                                                                                                                                                                                                    • General purpose:

                                                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                                                        M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                        M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge

                                                                                                                                                                                                                                                                                                                                                                        T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium

                                                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                        T1 node types: cache.t1.micro

                                                                                                                                                                                                                                                                                                                                                                        M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                                                                                                                                                                                                                                                                                                                        M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                                                                                                                                                                                                                                                                                                                    • Compute optimized:

                                                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                        C1 node types: cache.c1.xlarge

                                                                                                                                                                                                                                                                                                                                                                    • Memory optimized:

                                                                                                                                                                                                                                                                                                                                                                      • Current generation:

                                                                                                                                                                                                                                                                                                                                                                        R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge

                                                                                                                                                                                                                                                                                                                                                                        R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge

                                                                                                                                                                                                                                                                                                                                                                      • Previous generation: (not recommended)

                                                                                                                                                                                                                                                                                                                                                                        M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                                                                                                                                                                                                                                                                                                                        R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                                                                                                                                                                                                                                                                                                                    Additional node type info

                                                                                                                                                                                                                                                                                                                                                                    • All current generation instance types are created in Amazon VPC by default.

                                                                                                                                                                                                                                                                                                                                                                    • Redis append-only files (AOF) are not supported for T1 or T2 instances.

                                                                                                                                                                                                                                                                                                                                                                    • Redis Multi-AZ with automatic failover is not supported on T1 instances.

                                                                                                                                                                                                                                                                                                                                                                    • Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngine", "beanStyleSetterMethodName" : "setEngine", "c2jName" : "Engine", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source 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 #engine(String)}.\n@param engine a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engine(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engine", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engine", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The name of the cache engine (memcached or redis) used by the source 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" : "Engine", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Engine", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Engine", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param engine The name of the cache engine (memcached or redis) used by the source cluster.", "setterMethodName" : "setEngine", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "engine", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache engine (memcached or redis) used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The version of the cache engine version that is used by the source 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 #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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param engineVersion The version of the cache engine version that is used by the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The version of the cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The version of the cache engine version that is used by the source 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" : "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param engineVersion The version of the cache engine version that is used by the source cluster.", "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 cache engine version that is used by the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumCacheNodes", "beanStyleSetterMethodName" : "setNumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numCacheNodes(Integer)}.\n@param numCacheNodes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numCacheNodes(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numCacheNodes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numCacheNodes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumCacheNodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumCacheNodes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumCacheNodes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    \n@param numCacheNodes The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.", "setterMethodName" : "setNumCacheNodes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numCacheNodes", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredAvailabilityZone", "beanStyleSetterMethodName" : "setPreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster 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 #preferredAvailabilityZone(String)}.\n@param preferredAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                                    \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The name of the Availability Zone in which the source cluster 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" : "PreferredAvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PreferredAvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                                    \n@param preferredAvailabilityZone The name of the Availability Zone in which the source cluster is located.", "setterMethodName" : "setPreferredAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredAvailabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the Availability Zone in which the source cluster is located.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheClusterCreateTime", "beanStyleSetterMethodName" : "setCacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster 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 #cacheClusterCreateTime(Instant)}.\n@param cacheClusterCreateTime 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 #cacheClusterCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheClusterCreateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheClusterCreateTime The date and time when the source cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheClusterCreateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The date and time when the source cluster 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" : "CacheClusterCreateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheClusterCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CacheClusterCreateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheClusterCreateTime The date and time when the source cluster was created.", "setterMethodName" : "setCacheClusterCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cacheClusterCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The date and time when the source cluster was created.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30", "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" : "

                                                                                                                                                                                                                                                                                                                                                                    Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.

                                                                                                                                                                                                                                                                                                                                                                    Valid values for ddd are:

                                                                                                                                                                                                                                                                                                                                                                    • sun

                                                                                                                                                                                                                                                                                                                                                                    • mon

                                                                                                                                                                                                                                                                                                                                                                    • tue

                                                                                                                                                                                                                                                                                                                                                                    • wed

                                                                                                                                                                                                                                                                                                                                                                    • thu

                                                                                                                                                                                                                                                                                                                                                                    • fri

                                                                                                                                                                                                                                                                                                                                                                    • sat

                                                                                                                                                                                                                                                                                                                                                                    Example: sun:23:00-mon:01:30

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopicArn", "beanStyleSetterMethodName" : "setTopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #topicArn(String)}.\n@param topicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #topicArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topicArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topicArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TopicArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    \n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.", "setterMethodName" : "setTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "topicArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The port number used by each cache nodes in the source 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 #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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param port The port number used by each cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The port number used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The port number used by each cache nodes in the source 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" : "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param port The port number used by each cache nodes in the source cluster.", "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 used by each cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheParameterGroupName", "beanStyleSetterMethodName" : "setCacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source 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 #cacheParameterGroupName(String)}.\n@param cacheParameterGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheParameterGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheParameterGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheParameterGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The cache parameter group that is associated with the source 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" : "CacheParameterGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheParameterGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheParameterGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheParameterGroupName The cache parameter group that is associated with the source cluster.", "setterMethodName" : "setCacheParameterGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheParameterGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The cache parameter group that is associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCacheSubnetGroupName", "beanStyleSetterMethodName" : "setCacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source 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 #cacheSubnetGroupName(String)}.\n@param cacheSubnetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cacheSubnetGroupName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cacheSubnetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cacheSubnetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The name of the cache subnet group associated with the source 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" : "CacheSubnetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CacheSubnetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CacheSubnetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cluster.", "setterMethodName" : "setCacheSubnetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cacheSubnetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The name of the cache subnet group associated with the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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 #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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source 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" : "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.", "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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    \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" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    \n@return This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    \n@param autoMinorVersionUpgrade This parameter is currently disabled.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                    This parameter is currently disabled.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotRetentionLimit", "beanStyleSetterMethodName" : "setSnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #snapshotRetentionLimit(Integer)}.\n@param snapshotRetentionLimit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotRetentionLimit(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotRetentionLimit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotRetentionLimit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    \n@return For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnapshotRetentionLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotRetentionLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SnapshotRetentionLimit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    \n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.", "setterMethodName" : "setSnapshotRetentionLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.

                                                                                                                                                                                                                                                                                                                                                                    For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot operation.

                                                                                                                                                                                                                                                                                                                                                                    Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnapshotWindow", "beanStyleSetterMethodName" : "setSnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source 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 #snapshotWindow(String)}.\n@param snapshotWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snapshotWindow(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snapshotWindow", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snapshotWindow", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The daily time range during which ElastiCache takes daily snapshots of the source 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" : "SnapshotWindow", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SnapshotWindow", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    \n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cluster.", "setterMethodName" : "setSnapshotWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snapshotWindow", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The daily time range during which ElastiCache takes daily snapshots of the source cluster.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNumNodeGroups", "beanStyleSetterMethodName" : "setNumNodeGroups", "c2jName" : "NumNodeGroups", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numNodeGroups(Integer)}.\n@param numNodeGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numNodeGroups(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numNodeGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numNodeGroups", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NumNodeGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NumNodeGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumNodeGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    \n@param numNodeGroups The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.", "setterMethodName" : "setNumNodeGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numNodeGroups", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutomaticFailoverAsString", "beanStyleSetterMethodName" : "setAutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #automaticFailoverAsString(String)}.\n@param automaticFailover a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #automaticFailover(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "AutomaticFailoverStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "automaticFailover", "fluentEnumSetterMethodName" : "automaticFailover", "fluentGetterMethodName" : "automaticFailoverAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                    Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                    • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                    • \n@see AutomaticFailoverStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus", "fluentSetterMethodName" : "automaticFailover", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                      Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #automaticFailover} will return {@link AutomaticFailoverStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #automaticFailoverAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                      \n@return Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                      Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                      • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                      • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                      • \n@see AutomaticFailoverStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutomaticFailover", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AutomaticFailover", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AutomaticFailover", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                        Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                        \n@param automaticFailover Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                        Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                        • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                        • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                        • \n@see AutomaticFailoverStatus", "setterMethodName" : "setAutomaticFailover", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "automaticFailover", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.

                                                                                                                                                                                                                                                                                                                                                                          Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

                                                                                                                                                                                                                                                                                                                                                                          • Redis versions earlier than 2.8.6.

                                                                                                                                                                                                                                                                                                                                                                          • Redis (cluster mode disabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                          • Redis (cluster mode enabled): T1 node types.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeSnapshots", "beanStyleSetterMethodName" : "setNodeSnapshots", "c2jName" : "NodeSnapshots", "c2jShape" : "NodeSnapshotList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #nodeSnapshots(List)}.\n@param nodeSnapshots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeSnapshots(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeSnapshots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeSnapshots A list of the cache nodes in the source cluster.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeSnapshots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of the cache nodes in the source cluster.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshots", "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" : "NodeSnapshot", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeSnapshot.Builder} avoiding the need to create one manually via {@link NodeSnapshot#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeSnapshot.Builder#build()} is called immediately and its result is passed to {@link #member(NodeSnapshot)}.\n@param member a consumer that will call methods on {@link NodeSnapshot.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeSnapshot)", "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" : "NodeSnapshot", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeSnapshot", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeSnapshot", "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" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : null, "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeSnapshot", "variableName" : "member", "variableType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeSnapshot", "memberType" : "NodeSnapshot", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeSnapshot", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeSnapshots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeSnapshots A list of the cache nodes in the source cluster.", "setterMethodName" : "setNodeSnapshots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of the cache nodes in the source cluster.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Snapshot", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Snapshot", "variableName" : "snapshot", "variableType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "wrapper" : true }, "SnapshotAlreadyExistsException" : { "c2jName" : "SnapshotAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          You already have a snapshot with the given name.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SnapshotAlreadyExistsFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SnapshotAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SnapshotAlreadyExistsException", "variableName" : "snapshotAlreadyExistsException", "variableType" : "SnapshotAlreadyExistsException", "documentation" : null, "simpleType" : "SnapshotAlreadyExistsException", "variableSetterType" : "SnapshotAlreadyExistsException" }, "wrapper" : false }, "SnapshotFeatureNotSupportedException" : { "c2jName" : "SnapshotFeatureNotSupportedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          You attempted one of the following operations:

                                                                                                                                                                                                                                                                                                                                                                          • Creating a snapshot of a Redis cluster running on a cache.t1.micro cache node.

                                                                                                                                                                                                                                                                                                                                                                          • Creating a snapshot of a cluster that is running Memcached rather than Redis.

                                                                                                                                                                                                                                                                                                                                                                          Neither of these are supported by ElastiCache.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SnapshotFeatureNotSupportedFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SnapshotFeatureNotSupportedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SnapshotFeatureNotSupportedException", "variableName" : "snapshotFeatureNotSupportedException", "variableType" : "SnapshotFeatureNotSupportedException", "documentation" : null, "simpleType" : "SnapshotFeatureNotSupportedException", "variableSetterType" : "SnapshotFeatureNotSupportedException" }, "wrapper" : false }, "SnapshotNotFoundException" : { "c2jName" : "SnapshotNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The requested snapshot name does not refer to an existing snapshot.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SnapshotNotFoundFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SnapshotNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SnapshotNotFoundException", "variableName" : "snapshotNotFoundException", "variableType" : "SnapshotNotFoundException", "documentation" : null, "simpleType" : "SnapshotNotFoundException", "variableSetterType" : "SnapshotNotFoundException" }, "wrapper" : false }, "SnapshotQuotaExceededException" : { "c2jName" : "SnapshotQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The request cannot be processed because it would exceed the maximum number of snapshots.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SnapshotQuotaExceededFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SnapshotQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SnapshotQuotaExceededException", "variableName" : "snapshotQuotaExceededException", "variableType" : "SnapshotQuotaExceededException", "documentation" : null, "simpleType" : "SnapshotQuotaExceededException", "variableSetterType" : "SnapshotQuotaExceededException" }, "wrapper" : false }, "SourceType" : { "c2jName" : "SourceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CACHE_CLUSTER", "value" : "cache-cluster" }, { "name" : "CACHE_PARAMETER_GROUP", "value" : "cache-parameter-group" }, { "name" : "CACHE_SECURITY_GROUP", "value" : "cache-security-group" }, { "name" : "CACHE_SUBNET_GROUP", "value" : "cache-subnet-group" }, { "name" : "REPLICATION_GROUP", "value" : "replication-group" } ], "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 }, "Subnet" : { "c2jName" : "Subnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.

                                                                                                                                                                                                                                                                                                                                                                          ", "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 unique identifier for 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 #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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier for 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" : "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.", "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetAvailabilityZone" : { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "SubnetIdentifier" : { "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for 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 #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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier for 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" : "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.", "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for 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 #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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier for 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" : "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetIdentifier The unique identifier for the subnet.", "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 unique identifier for the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The Availability Zone associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          \n@param subnetAvailabilityZone The Availability Zone associated with 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 associated with the subnet.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "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 }, "SubnetInUseException" : { "c2jName" : "SubnetInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The requested subnet is being used by another cache subnet group.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubnetInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetInUseException", "variableName" : "subnetInUseException", "variableType" : "SubnetInUseException", "documentation" : null, "simpleType" : "SubnetInUseException", "variableSetterType" : "SubnetInUseException" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A cost allocation Tag that can be added to an ElastiCache cluster or replication group. Tags are composed of a Key/Value pair. A tag with a null Value is permitted.

                                                                                                                                                                                                                                                                                                                                                                          ", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The key for the tag. May not be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The tag's value. May be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The key for the tag. May not be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The tag's value. May be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The key for the tag. May not be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param key The key for the tag. May not be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The key for the tag. May not be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The tag's value. May be null.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param value The tag's value. May be null.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The tag's value. May be null.

                                                                                                                                                                                                                                                                                                                                                                          ", "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 }, "TagNotFoundException" : { "c2jName" : "TagNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The requested tag was not found on this resource.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TagNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagNotFoundException", "variableName" : "tagNotFoundException", "variableType" : "TagNotFoundException", "documentation" : null, "simpleType" : "TagNotFoundException", "variableSetterType" : "TagNotFoundException" }, "wrapper" : false }, "TagQuotaPerResourceExceededException" : { "c2jName" : "TagQuotaPerResourceExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TagQuotaPerResourceExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagQuotaPerResourceExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagQuotaPerResourceExceededException", "variableName" : "tagQuotaPerResourceExceededException", "variableType" : "TagQuotaPerResourceExceededException", "documentation" : null, "simpleType" : "TagQuotaPerResourceExceededException", "variableSetterType" : "TagQuotaPerResourceExceededException" }, "wrapper" : false }, "TestFailoverNotAvailableException" : { "c2jName" : "TestFailoverNotAvailableFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The TestFailover action is not available.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TestFailoverNotAvailableFault", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestFailoverNotAvailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestFailoverNotAvailableException", "variableName" : "testFailoverNotAvailableException", "variableType" : "TestFailoverNotAvailableException", "documentation" : null, "simpleType" : "TestFailoverNotAvailableException", "variableSetterType" : "TestFailoverNotAvailableException" }, "wrapper" : false }, "TestFailoverRequest" : { "c2jName" : "TestFailoverMessage", "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" : "TestFailover", "locationName" : null, "requestUri" : "/", "target" : "TestFailover", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NodeGroupId" : { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupId", "beanStyleSetterMethodName" : "setNodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "AllowedNodeGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nodeGroupId(String)}.\n@param nodeGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodeGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupId The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.", "setterMethodName" : "setNodeGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodeGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationGroupId", "NodeGroupId" ], "shapeName" : "TestFailoverRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestFailoverRequest", "variableName" : "testFailoverRequest", "variableType" : "TestFailoverRequest", "documentation" : null, "simpleType" : "TestFailoverRequest", "variableSetterType" : "TestFailoverRequest" }, "wrapper" : false }, "TestFailoverResponse" : { "c2jName" : "TestFailoverResult", "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" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationGroup" : { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroup", "beanStyleSetterMethodName" : "setReplicationGroup", "c2jName" : "ReplicationGroup", "c2jShape" : "ReplicationGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationGroup.Builder} avoiding the need to create one manually via {@link ReplicationGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationGroup(ReplicationGroup)}.\n@param replicationGroup a consumer that will call methods on {@link ReplicationGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroup(ReplicationGroup)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroup", "fluentSetterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroup", "getterDocumentation" : "Returns the value of the ReplicationGroup property for this object.\n@return The value of the ReplicationGroup property for this object.", "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationGroup", "sensitive" : false, "setterDocumentation" : "Sets the value of the ReplicationGroup property for this object.\n\n@param replicationGroup The new value for the ReplicationGroup property for this object.", "setterMethodName" : "setReplicationGroup", "setterModel" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationGroup", "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestFailoverResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "TestFailoverResult" }, "variable" : { "variableDeclarationType" : "TestFailoverResponse", "variableName" : "testFailoverResponse", "variableType" : "TestFailoverResponse", "documentation" : null, "simpleType" : "TestFailoverResponse", "variableSetterType" : "TestFailoverResponse" }, "wrapper" : false }, "TimeRangeFilter" : { "c2jName" : "TimeRangeFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters update actions from the service updates that are in available status during the time range.

                                                                                                                                                                                                                                                                                                                                                                          ", "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" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The start time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The start time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The end time of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@return The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          \n@param endTime The end time of the time range filter", "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 of the time range filter

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TimeRangeFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TimeRangeFilter", "variableName" : "timeRangeFilter", "variableType" : "TimeRangeFilter", "documentation" : null, "simpleType" : "TimeRangeFilter", "variableSetterType" : "TimeRangeFilter" }, "wrapper" : false }, "UnprocessedUpdateAction" : { "c2jName" : "UnprocessedUpdateAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Update action that has failed to be processed for the corresponding apply/stop request

                                                                                                                                                                                                                                                                                                                                                                          ", "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" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@return The replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorType", "beanStyleSetterMethodName" : "setErrorType", "c2jName" : "ErrorType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorType(String)}.\n@param errorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error type for requests that are not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed", "setterMethodName" : "setErrorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error message that describes the reason the request was not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorMessage" : { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error message that describes the reason the request was not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorType" : { "beanStyleGetterMethodName" : "getErrorType", "beanStyleSetterMethodName" : "setErrorType", "c2jName" : "ErrorType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorType(String)}.\n@param errorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error type for requests that are not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed", "setterMethodName" : "setErrorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@return The replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@return The replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The replication group ID", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The replication group ID

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorType", "beanStyleSetterMethodName" : "setErrorType", "c2jName" : "ErrorType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorType(String)}.\n@param errorType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorType", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error type for requests that are not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorType The error type for requests that are not processed", "setterMethodName" : "setErrorType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error type for requests that are not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getErrorMessage", "beanStyleSetterMethodName" : "setErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorMessage", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorMessage", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@return The error message that describes the reason the request was not processed", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorMessage", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          \n@param errorMessage The error message that describes the reason the request was not processed", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The error message that describes the reason the request was not processed

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnprocessedUpdateAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UnprocessedUpdateAction", "variableName" : "unprocessedUpdateAction", "variableType" : "UnprocessedUpdateAction", "documentation" : null, "simpleType" : "UnprocessedUpdateAction", "variableSetterType" : "UnprocessedUpdateAction" }, "wrapper" : false }, "UpdateAction" : { "c2jName" : "UpdateAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update for a specific replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "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" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date the update is first available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionAvailableDate", "beanStyleSetterMethodName" : "setUpdateActionAvailableDate", "c2jName" : "UpdateActionAvailableDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionAvailableDate(Instant)}.\n@param updateActionAvailableDate 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 #updateActionAvailableDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionAvailableDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionAvailableDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date that the service update is available to a replication group", "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" : "UpdateActionAvailableDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionAvailableDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionAvailableDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group", "setterMethodName" : "setUpdateActionAvailableDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the update action\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodesUpdated", "beanStyleSetterMethodName" : "setNodesUpdated", "c2jName" : "NodesUpdated", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication 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 #nodesUpdated(String)}.\n@param nodesUpdated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodesUpdated(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodesUpdated", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodesUpdated", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The progress of the service update on the replication 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" : "NodesUpdated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodesUpdated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodesUpdated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group", "setterMethodName" : "setNodesUpdated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusModifiedDate", "beanStyleSetterMethodName" : "setUpdateActionStatusModifiedDate", "c2jName" : "UpdateActionStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionStatusModifiedDate(Instant)}.\n@param updateActionStatusModifiedDate 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 #updateActionStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date when the UpdateActionStatus was last modified", "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" : "UpdateActionStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified", "setterMethodName" : "setUpdateActionStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlaMetAsString", "beanStyleSetterMethodName" : "setSlaMet", "c2jName" : "SlaMet", "c2jShape" : "SlaMet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slaMetAsString(String)}.\n@param slaMet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slaMet(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SlaMet", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "slaMet", "fluentEnumSetterMethodName" : "slaMet", "fluentGetterMethodName" : "slaMetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet\n@return Returns a reference to this object so that method calls can be chained together.\n@see SlaMet", "fluentSetterMethodName" : "slaMet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #slaMet} will return {@link SlaMet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #slaMetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlaMet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlaMet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SlaMet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "setterMethodName" : "setSlaMet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupUpdateStatus", "c2jName" : "NodeGroupUpdateStatus", "c2jShape" : "NodeGroupUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node 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 #nodeGroupUpdateStatus(List)}.\n@param nodeGroupUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update on the node 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" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupUpdateStatus)", "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" : "NodeGroupUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupUpdateStatus", "memberType" : "NodeGroupUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group", "setterMethodName" : "setNodeGroupUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@return The estimated length of time for the update to complete", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EstimatedUpdateTime" : { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@return The estimated length of time for the update to complete", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NodeGroupUpdateStatus" : { "beanStyleGetterMethodName" : "getNodeGroupUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupUpdateStatus", "c2jName" : "NodeGroupUpdateStatus", "c2jShape" : "NodeGroupUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node 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 #nodeGroupUpdateStatus(List)}.\n@param nodeGroupUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update on the node 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" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupUpdateStatus)", "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" : "NodeGroupUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupUpdateStatus", "memberType" : "NodeGroupUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group", "setterMethodName" : "setNodeGroupUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NodesUpdated" : { "beanStyleGetterMethodName" : "getNodesUpdated", "beanStyleSetterMethodName" : "setNodesUpdated", "c2jName" : "NodesUpdated", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication 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 #nodesUpdated(String)}.\n@param nodesUpdated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodesUpdated(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodesUpdated", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodesUpdated", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The progress of the service update on the replication 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" : "NodesUpdated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodesUpdated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodesUpdated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group", "setterMethodName" : "setNodesUpdated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationGroupId" : { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateName" : { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateRecommendedApplyByDate" : { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ServiceUpdateReleaseDate" : { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date the update is first available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ServiceUpdateSeverity" : { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateStatus" : { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceUpdateType" : { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SlaMet" : { "beanStyleGetterMethodName" : "getSlaMetAsString", "beanStyleSetterMethodName" : "setSlaMet", "c2jName" : "SlaMet", "c2jShape" : "SlaMet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slaMetAsString(String)}.\n@param slaMet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slaMet(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SlaMet", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "slaMet", "fluentEnumSetterMethodName" : "slaMet", "fluentGetterMethodName" : "slaMetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet\n@return Returns a reference to this object so that method calls can be chained together.\n@see SlaMet", "fluentSetterMethodName" : "slaMet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #slaMet} will return {@link SlaMet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #slaMetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlaMet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlaMet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SlaMet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "setterMethodName" : "setSlaMet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateActionAvailableDate" : { "beanStyleGetterMethodName" : "getUpdateActionAvailableDate", "beanStyleSetterMethodName" : "setUpdateActionAvailableDate", "c2jName" : "UpdateActionAvailableDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionAvailableDate(Instant)}.\n@param updateActionAvailableDate 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 #updateActionAvailableDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionAvailableDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionAvailableDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date that the service update is available to a replication group", "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" : "UpdateActionAvailableDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionAvailableDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionAvailableDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group", "setterMethodName" : "setUpdateActionAvailableDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "UpdateActionStatus" : { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the update action\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateActionStatusModifiedDate" : { "beanStyleGetterMethodName" : "getUpdateActionStatusModifiedDate", "beanStyleSetterMethodName" : "setUpdateActionStatusModifiedDate", "c2jName" : "UpdateActionStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionStatusModifiedDate(Instant)}.\n@param updateActionStatusModifiedDate 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 #updateActionStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date when the UpdateActionStatus was last modified", "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" : "UpdateActionStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified", "setterMethodName" : "setUpdateActionStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationGroupId", "beanStyleSetterMethodName" : "setReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication 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 #replicationGroupId(String)}.\n@param replicationGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationGroupId(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationGroupId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationGroupId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The ID of the replication 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" : "ReplicationGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationGroupId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param replicationGroupId The ID of the replication group", "setterMethodName" : "setReplicationGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationGroupId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The ID of the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateName", "beanStyleSetterMethodName" : "setServiceUpdateName", "c2jName" : "ServiceUpdateName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateName(String)}.\n@param serviceUpdateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateName(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateName", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique ID of the service update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateName The unique ID of the service update", "setterMethodName" : "setServiceUpdateName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique ID of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateReleaseDate", "beanStyleSetterMethodName" : "setServiceUpdateReleaseDate", "c2jName" : "ServiceUpdateReleaseDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateReleaseDate(Instant)}.\n@param serviceUpdateReleaseDate 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 #serviceUpdateReleaseDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateReleaseDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateReleaseDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date the update is first available", "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" : "ServiceUpdateReleaseDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateReleaseDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateReleaseDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateReleaseDate The date the update is first available", "setterMethodName" : "setServiceUpdateReleaseDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateReleaseDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date the update is first available

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateSeverityAsString", "beanStyleSetterMethodName" : "setServiceUpdateSeverity", "c2jName" : "ServiceUpdateSeverity", "c2jShape" : "ServiceUpdateSeverity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateSeverityAsString(String)}.\n@param serviceUpdateSeverity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateSeverity(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateSeverity", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateSeverity", "fluentEnumSetterMethodName" : "serviceUpdateSeverity", "fluentGetterMethodName" : "serviceUpdateSeverityAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateSeverity", "fluentSetterMethodName" : "serviceUpdateSeverity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateSeverity} will return {@link ServiceUpdateSeverity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateSeverityAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The severity of the service update\n@see ServiceUpdateSeverity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateSeverity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateSeverity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateSeverity", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateSeverity The severity of the service update\n@see ServiceUpdateSeverity", "setterMethodName" : "setServiceUpdateSeverity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateSeverity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The severity of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateStatusAsString", "beanStyleSetterMethodName" : "setServiceUpdateStatus", "c2jName" : "ServiceUpdateStatus", "c2jShape" : "ServiceUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateStatusAsString(String)}.\n@param serviceUpdateStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateStatus", "fluentEnumSetterMethodName" : "serviceUpdateStatus", "fluentGetterMethodName" : "serviceUpdateStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateStatus", "fluentSetterMethodName" : "serviceUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateStatus} will return {@link ServiceUpdateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update\n@see ServiceUpdateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateStatus The status of the service update\n@see ServiceUpdateStatus", "setterMethodName" : "setServiceUpdateStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateRecommendedApplyByDate", "beanStyleSetterMethodName" : "setServiceUpdateRecommendedApplyByDate", "c2jName" : "ServiceUpdateRecommendedApplyByDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \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 #serviceUpdateRecommendedApplyByDate(Instant)}.\n@param serviceUpdateRecommendedApplyByDate 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 #serviceUpdateRecommendedApplyByDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceUpdateRecommendedApplyByDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceUpdateRecommendedApplyByDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "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" : "ServiceUpdateRecommendedApplyByDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateRecommendedApplyByDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ServiceUpdateRecommendedApplyByDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateRecommendedApplyByDate The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.", "setterMethodName" : "setServiceUpdateRecommendedApplyByDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "serviceUpdateRecommendedApplyByDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceUpdateTypeAsString", "beanStyleSetterMethodName" : "setServiceUpdateType", "c2jName" : "ServiceUpdateType", "c2jShape" : "ServiceUpdateType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceUpdateTypeAsString(String)}.\n@param serviceUpdateType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceUpdateType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ServiceUpdateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "serviceUpdateType", "fluentEnumSetterMethodName" : "serviceUpdateType", "fluentGetterMethodName" : "serviceUpdateTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServiceUpdateType", "fluentSetterMethodName" : "serviceUpdateType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #serviceUpdateType} will return {@link ServiceUpdateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serviceUpdateTypeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return Reflects the nature of the service update\n@see ServiceUpdateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceUpdateType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceUpdateType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceUpdateType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          \n@param serviceUpdateType Reflects the nature of the service update\n@see ServiceUpdateType", "setterMethodName" : "setServiceUpdateType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceUpdateType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Reflects the nature of the service update

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionAvailableDate", "beanStyleSetterMethodName" : "setUpdateActionAvailableDate", "c2jName" : "UpdateActionAvailableDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionAvailableDate(Instant)}.\n@param updateActionAvailableDate 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 #updateActionAvailableDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionAvailableDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionAvailableDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date that the service update is available to a replication group", "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" : "UpdateActionAvailableDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionAvailableDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionAvailableDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionAvailableDate The date that the service update is available to a replication group", "setterMethodName" : "setUpdateActionAvailableDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionAvailableDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date that the service update is available to a replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusAsString", "beanStyleSetterMethodName" : "setUpdateActionStatus", "c2jName" : "UpdateActionStatus", "c2jShape" : "UpdateActionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update 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 #updateActionStatusAsString(String)}.\n@param updateActionStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateActionStatus(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "UpdateActionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "updateActionStatus", "fluentEnumSetterMethodName" : "updateActionStatus", "fluentGetterMethodName" : "updateActionStatusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see UpdateActionStatus", "fluentSetterMethodName" : "updateActionStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #updateActionStatus} will return {@link UpdateActionStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #updateActionStatusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the update action\n@see UpdateActionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateActionStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UpdateActionStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatus The status of the update action\n@see UpdateActionStatus", "setterMethodName" : "setUpdateActionStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "updateActionStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the update action

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodesUpdated", "beanStyleSetterMethodName" : "setNodesUpdated", "c2jName" : "NodesUpdated", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication 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 #nodesUpdated(String)}.\n@param nodesUpdated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodesUpdated(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodesUpdated", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodesUpdated", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@return The progress of the service update on the replication 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" : "NodesUpdated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodesUpdated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NodesUpdated", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodesUpdated The progress of the service update on the replication group", "setterMethodName" : "setNodesUpdated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nodesUpdated", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The progress of the service update on the replication group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateActionStatusModifiedDate", "beanStyleSetterMethodName" : "setUpdateActionStatusModifiedDate", "c2jName" : "UpdateActionStatusModifiedDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \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 #updateActionStatusModifiedDate(Instant)}.\n@param updateActionStatusModifiedDate 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 #updateActionStatusModifiedDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateActionStatusModifiedDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateActionStatusModifiedDate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@return The date when the UpdateActionStatus was last modified", "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" : "UpdateActionStatusModifiedDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateActionStatusModifiedDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateActionStatusModifiedDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          \n@param updateActionStatusModifiedDate The date when the UpdateActionStatus was last modified", "setterMethodName" : "setUpdateActionStatusModifiedDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateActionStatusModifiedDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The date when the UpdateActionStatus was last modified

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSlaMetAsString", "beanStyleSetterMethodName" : "setSlaMet", "c2jName" : "SlaMet", "c2jShape" : "SlaMet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #slaMetAsString(String)}.\n@param slaMet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #slaMet(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "SlaMet", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "slaMet", "fluentEnumSetterMethodName" : "slaMet", "fluentGetterMethodName" : "slaMetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet\n@return Returns a reference to this object so that method calls can be chained together.\n@see SlaMet", "fluentSetterMethodName" : "slaMet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #slaMet} will return {@link SlaMet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #slaMetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SlaMet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SlaMet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SlaMet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          \n@param slaMet If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.\n@see SlaMet", "setterMethodName" : "setSlaMet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "slaMet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNodeGroupUpdateStatus", "beanStyleSetterMethodName" : "setNodeGroupUpdateStatus", "c2jName" : "NodeGroupUpdateStatus", "c2jShape" : "NodeGroupUpdateStatusList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node 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 #nodeGroupUpdateStatus(List)}.\n@param nodeGroupUpdateStatus a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nodeGroupUpdateStatus(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nodeGroupUpdateStatus", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nodeGroupUpdateStatus", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return The status of the service update on the node 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" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NodeGroupUpdateStatus.Builder} avoiding the need to create one manually via {@link NodeGroupUpdateStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link NodeGroupUpdateStatus.Builder#build()} is called immediately and its result is passed to {@link #member(NodeGroupUpdateStatus)}.\n@param member a consumer that will call methods on {@link NodeGroupUpdateStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NodeGroupUpdateStatus)", "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" : "NodeGroupUpdateStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NodeGroupUpdateStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NodeGroupUpdateStatus", "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" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : null, "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NodeGroupUpdateStatus", "variableName" : "member", "variableType" : "NodeGroupUpdateStatus", "documentation" : "", "simpleType" : "NodeGroupUpdateStatus", "variableSetterType" : "NodeGroupUpdateStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "NodeGroupUpdateStatus", "memberType" : "NodeGroupUpdateStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NodeGroupUpdateStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NodeGroupUpdateStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          \n@param nodeGroupUpdateStatus The status of the service update on the node group", "setterMethodName" : "setNodeGroupUpdateStatus", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nodeGroupUpdateStatus", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The status of the service update on the node group

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedUpdateTime", "beanStyleSetterMethodName" : "setEstimatedUpdateTime", "c2jName" : "EstimatedUpdateTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #estimatedUpdateTime(String)}.\n@param estimatedUpdateTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #estimatedUpdateTime(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedUpdateTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedUpdateTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@return The estimated length of time for the update to complete", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EstimatedUpdateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EstimatedUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EstimatedUpdateTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          \n@param estimatedUpdateTime The estimated length of time for the update to complete", "setterMethodName" : "setEstimatedUpdateTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "estimatedUpdateTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The estimated length of time for the update to complete

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAction", "variableName" : "updateAction", "variableType" : "UpdateAction", "documentation" : null, "simpleType" : "UpdateAction", "variableSetterType" : "UpdateAction" }, "wrapper" : false }, "UpdateActionStatus" : { "c2jName" : "UpdateActionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NOT_APPLIED", "value" : "not-applied" }, { "name" : "WAITING_TO_START", "value" : "waiting-to-start" }, { "name" : "IN_PROGRESS", "value" : "in-progress" }, { "name" : "STOPPING", "value" : "stopping" }, { "name" : "STOPPED", "value" : "stopped" }, { "name" : "COMPLETE", "value" : "complete" } ], "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" : "UpdateActionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateActionStatus", "variableName" : "updateActionStatus", "variableType" : "UpdateActionStatus", "documentation" : null, "simpleType" : "UpdateActionStatus", "variableSetterType" : "UpdateActionStatus" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "AddTagsToResource" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Adds up to 10 tags, key/value pairs, to a cluster or snapshot resource.", "id" : "addtagstoresource-1482430264385", "input" : { "ResourceName" : "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster", "Tags" : [ { "Key" : "APIVersion", "Value" : "20150202" }, { "Key" : "Service", "Value" : "ElastiCache" } ] }, "output" : { "TagList" : [ { "Key" : "APIVersion", "Value" : "20150202" }, { "Key" : "Service", "Value" : "ElastiCache" } ] }, "title" : "AddTagsToResource" } ], "AuthorizeCacheSecurityGroupIngress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2. Amazon EC2 security groups are used as the authorization mechanism.", "id" : "authorizecachecachesecuritygroupingress-1483046446206", "input" : { "CacheSecurityGroupName" : "my-sec-grp", "EC2SecurityGroupName" : "my-ec2-sec-grp", "EC2SecurityGroupOwnerId" : "1234567890" }, "output" : null, "title" : "AuthorizeCacheCacheSecurityGroupIngress" } ], "CopySnapshot" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Copies a snapshot to a specified name.", "id" : "copysnapshot-1482961393820", "input" : { "SourceSnapshotName" : "my-snapshot", "TargetSnapshotName" : "my-snapshot-copy", "TargetBucket" : "" }, "output" : { "Snapshot" : { "SnapshotName" : "my-snapshot-copy", "CacheClusterId" : "my-redis4", "SnapshotStatus" : "creating", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.large", "Engine" : "redis", "EngineVersion" : "3.2.4", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-east-1c", "CacheClusterCreateTime" : "2016-12-21T22:24:04.955Z", "PreferredMaintenanceWindow" : "tue:09:30-tue:10:30", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-3820329f3", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 7, "SnapshotWindow" : "07:00-08:00", "NodeSnapshots" : [ { "CacheNodeId" : "0001", "CacheSize" : "3 MB", "CacheNodeCreateTime" : "2016-12-21T22:24:04.955Z", "SnapshotCreateTime" : "2016-12-28T07:00:52Z" } ] } }, "title" : "CopySnapshot" } ], "CreateCacheCluster" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a Memcached cluster with 2 nodes. ", "id" : "createcachecluster-1474994727381", "input" : { "CacheClusterId" : "my-memcached-cluster", "AZMode" : "cross-az", "NumCacheNodes" : 2, "CacheNodeType" : "cache.r3.large", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheSubnetGroupName" : "default", "Port" : 11211 }, "output" : { "CacheCluster" : { "CacheClusterId" : "my-memcached-cluster", "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.r3.large", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheClusterStatus" : "creating", "NumCacheNodes" : 2, "PreferredAvailabilityZone" : "Multiple", "PreferredMaintenanceWindow" : "wed:09:00-wed:10:00", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.memcached1.4", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true } }, "title" : "CreateCacheCluster" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a Redis cluster with 1 node. ", "id" : "createcachecluster-1474994727381", "input" : { "CacheClusterId" : "my-redis", "PreferredAvailabilityZone" : "us-east-1c", "NumCacheNodes" : 1, "CacheNodeType" : "cache.r3.larage", "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheSubnetGroupName" : "default", "Port" : 6379, "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 7 }, "output" : { "CacheCluster" : { "CacheClusterId" : "my-redis", "ClientDownloadLandingPage" : "https: //console.aws.amazon.com/elasticache/home#client-download: ", "CacheNodeType" : "cache.m3.large", "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheClusterStatus" : "creating", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-east-1c", "PreferredMaintenanceWindow" : "fri: 05: 30-fri: 06: 30", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.redis3.2", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 7, "SnapshotWindow" : "10: 00-11: 00" } }, "title" : "CreateCacheCluster" } ], "CreateCacheParameterGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates the Amazon ElastiCache parameter group custom-redis2-8.", "id" : "createcacheparametergroup-1474997699362", "input" : { "CacheParameterGroupName" : "custom-redis2-8", "CacheParameterGroupFamily" : "redis2.8", "Description" : "Custom Redis 2.8 parameter group." }, "output" : { "CacheParameterGroup" : { "CacheParameterGroupName" : "custom-redis2-8", "CacheParameterGroupFamily" : "redis2.8", "Description" : "Custom Redis 2.8 parameter group." } }, "title" : "CreateCacheParameterGroup" } ], "CreateCacheSecurityGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates an ElastiCache security group. ElastiCache security groups are only for clusters not running in an AWS VPC.", "id" : "createcachesecuritygroup-1483041506604", "input" : { "CacheSecurityGroupName" : "my-cache-sec-grp", "Description" : "Example ElastiCache security group." }, "output" : null, "title" : "CreateCacheSecurityGroup" } ], "CreateCacheSubnetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a new cache subnet group.", "id" : "createcachesubnet-1483042274558", "input" : { "CacheSubnetGroupName" : "my-sn-grp2", "CacheSubnetGroupDescription" : "Sample subnet group", "SubnetIds" : [ "subnet-6f28c982", "subnet-bcd382f3", "subnet-845b3e7c0" ] }, "output" : { "CacheSubnetGroup" : { "CacheSubnetGroupName" : "my-sn-grp", "CacheSubnetGroupDescription" : "My subnet group.", "VpcId" : "vpc-91280df6", "Subnets" : [ { "SubnetIdentifier" : "subnet-6f28c982", "SubnetAvailabilityZone" : { "Name" : "us-east-1a" } }, { "SubnetIdentifier" : "subnet-bcd382f3", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" } }, { "SubnetIdentifier" : "subnet-845b3e7c0", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" } } ] } }, "title" : "CreateCacheSubnet" } ], "CreateReplicationGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a Redis replication group with 3 nodes.", "id" : "createcachereplicationgroup-1474998730655", "input" : { "ReplicationGroupId" : "my-redis-rg", "ReplicationGroupDescription" : "A Redis replication group.", "AutomaticFailoverEnabled" : true, "NumCacheClusters" : 3, "CacheNodeType" : "cache.m3.medium", "Engine" : "redis", "EngineVersion" : "2.8.24", "SnapshotRetentionLimit" : 30 }, "output" : { "ReplicationGroup" : { "ReplicationGroupId" : "my-redis-rg", "Description" : "A Redis replication group.", "Status" : "creating", "PendingModifiedValues" : { }, "MemberClusters" : [ "my-redis-rg-001", "my-redis-rg-002", "my-redis-rg-003" ], "SnapshottingClusterId" : "my-redis-rg-002", "AutomaticFailover" : "enabling" } }, "title" : "CreateCacheReplicationGroup" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the other shard has two read replicas.", "id" : "createreplicationgroup-1483657035585", "input" : { "ReplicationGroupId" : "clustered-redis-rg", "ReplicationGroupDescription" : "A multi-sharded replication group", "NumNodeGroups" : 2, "NodeGroupConfiguration" : [ { "Slots" : "0-8999", "ReplicaCount" : 1, "PrimaryAvailabilityZone" : "us-east-1c", "ReplicaAvailabilityZones" : [ "us-east-1b" ] }, { "Slots" : "9000-16383", "ReplicaCount" : 2, "PrimaryAvailabilityZone" : "us-east-1a", "ReplicaAvailabilityZones" : [ "us-east-1a", "us-east-1c" ] } ], "CacheNodeType" : "cache.m3.medium", "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheParameterGroupName" : "default.redis3.2.cluster.on", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 8 }, "output" : { "ReplicationGroup" : { "ReplicationGroupId" : "clustered-redis-rg", "Description" : "Sharded replication group", "Status" : "creating", "PendingModifiedValues" : { }, "MemberClusters" : [ "rc-rg3-0001-001", "rc-rg3-0001-002", "rc-rg3-0002-001", "rc-rg3-0002-002", "rc-rg3-0002-003" ], "AutomaticFailover" : "enabled", "SnapshotRetentionLimit" : 8, "SnapshotWindow" : "05:30-06:30" } }, "title" : "CreateReplicationGroup" } ], "CreateSnapshot" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a snapshot of a non-clustered Redis cluster that has only one node.", "id" : "createsnapshot-1474999681024", "input" : { "CacheClusterId" : "onenoderedis", "SnapshotName" : "snapshot-1" }, "output" : { "Snapshot" : { "SnapshotName" : "snapshot-1", "CacheClusterId" : "onenoderedis", "SnapshotStatus" : "creating", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.medium", "Engine" : "redis", "EngineVersion" : "3.2.4", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-west-2c", "CacheClusterCreateTime" : "2017-02-03T15:43:36.278Z", "PreferredMaintenanceWindow" : "sat:08:00-sat:09:00", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-73c3cd17", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 1, "SnapshotWindow" : "00:00-01:00", "NodeSnapshots" : [ { "CacheNodeId" : "0001", "CacheSize" : "", "CacheNodeCreateTime" : "2017-02-03T15:43:36.278Z" } ] } }, "title" : "CreateSnapshot - NonClustered Redis, no read-replicas" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a snapshot of a non-clustered Redis cluster that has only three nodes, primary and two read-replicas. CacheClusterId must be a specific node in the cluster.", "id" : "createsnapshot-1474999681024", "input" : { "CacheClusterId" : "threenoderedis-001", "SnapshotName" : "snapshot-2" }, "output" : { "Snapshot" : { "SnapshotName" : "snapshot-2", "CacheClusterId" : "threenoderedis-001", "SnapshotStatus" : "creating", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.medium", "Engine" : "redis", "EngineVersion" : "3.2.4", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-west-2c", "CacheClusterCreateTime" : "2017-02-03T15:43:36.278Z", "PreferredMaintenanceWindow" : "sat:08:00-sat:09:00", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-73c3cd17", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 1, "SnapshotWindow" : "00:00-01:00", "NodeSnapshots" : [ { "CacheNodeId" : "0001", "CacheSize" : "", "CacheNodeCreateTime" : "2017-02-03T15:43:36.278Z" } ] } }, "title" : "CreateSnapshot - NonClustered Redis, 2 read-replicas" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a snapshot of a clustered Redis cluster that has 2 shards, each with a primary and 4 read-replicas.", "id" : "createsnapshot-clustered-redis-1486144841758", "input" : { "ReplicationGroupId" : "clusteredredis", "SnapshotName" : "snapshot-2x5" }, "output" : { "Snapshot" : { "SnapshotName" : "snapshot-2x5", "ReplicationGroupId" : "clusteredredis", "ReplicationGroupDescription" : "Redis cluster with 2 shards.", "SnapshotStatus" : "creating", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.medium", "Engine" : "redis", "EngineVersion" : "3.2.4", "PreferredMaintenanceWindow" : "mon:09:30-mon:10:30", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2.cluster.on", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-73c3cd17", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 1, "SnapshotWindow" : "12:00-13:00", "NumNodeGroups" : 2, "AutomaticFailover" : "enabled", "NodeSnapshots" : [ { "NodeGroupId" : "0001", "CacheSize" : "" }, { "NodeGroupId" : "0002", "CacheSize" : "" } ] } }, "title" : "CreateSnapshot-clustered Redis" } ], "DeleteCacheCluster" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes an Amazon ElastiCache cluster.", "id" : "deletecachecluster-1475010605291", "input" : { "CacheClusterId" : "my-memcached" }, "output" : { "CacheCluster" : { "CacheClusterId" : "my-memcached", "ConfigurationEndpoint" : { "Address" : "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com", "Port" : 11211 }, "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.r3.large", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheClusterStatus" : "deleting", "NumCacheNodes" : 2, "PreferredAvailabilityZone" : "Multiple", "CacheClusterCreateTime" : "2016-12-22T16:05:17.314Z", "PreferredMaintenanceWindow" : "tue:07:30-tue:08:30", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.memcached1.4", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true } }, "title" : "DeleteCacheCluster" } ], "DeleteCacheParameterGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the Amazon ElastiCache parameter group custom-mem1-4.", "id" : "deletecacheparametergroup-1475010933957", "input" : { "CacheParameterGroupName" : "custom-mem1-4" }, "output" : null, "title" : "DeleteCacheParameterGroup" } ], "DeleteCacheSecurityGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes a cache security group.", "id" : "deletecachesecuritygroup-1483046967507", "input" : { "CacheSecurityGroupName" : "my-sec-group" }, "output" : null, "title" : "DeleteCacheSecurityGroup" } ], "DeleteCacheSubnetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the Amazon ElastiCache subnet group my-subnet-group.", "id" : "deletecachesubnetgroup-1475011431325", "input" : { "CacheSubnetGroupName" : "my-subnet-group" }, "output" : null, "title" : "DeleteCacheSubnetGroup" } ], "DeleteReplicationGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the Amazon ElastiCache replication group my-redis-rg.", "id" : "deletereplicationgroup-1475011641804", "input" : { "ReplicationGroupId" : "my-redis-rg", "RetainPrimaryCluster" : false }, "output" : { "ReplicationGroup" : { "ReplicationGroupId" : "my-redis-rg", "Description" : "simple redis cluster", "Status" : "deleting", "PendingModifiedValues" : { }, "AutomaticFailover" : "disabled" } }, "title" : "DeleteReplicationGroup" } ], "DeleteSnapshot" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the Redis snapshot snapshot-20160822.", "id" : "deletesnapshot-1475011945779", "input" : { "SnapshotName" : "snapshot-20161212" }, "output" : { "Snapshot" : { "SnapshotName" : "snapshot-20161212", "CacheClusterId" : "my-redis5", "SnapshotStatus" : "deleting", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.large", "Engine" : "redis", "EngineVersion" : "3.2.4", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-east-1c", "CacheClusterCreateTime" : "2016-12-21T22:27:12.543Z", "PreferredMaintenanceWindow" : "fri:05:30-fri:06:30", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-91280df6", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 7, "SnapshotWindow" : "10:00-11:00", "NodeSnapshots" : [ { "CacheNodeId" : "0001", "CacheSize" : "3 MB", "CacheNodeCreateTime" : "2016-12-21T22:27:12.543Z", "SnapshotCreateTime" : "2016-12-21T22:30:26Z" } ] } }, "title" : "DeleteSnapshot" } ], "DescribeCacheClusters" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists the details for up to 50 cache clusters.", "id" : "describecacheclusters-1475012269754", "input" : { "CacheClusterId" : "my-mem-cluster" }, "output" : { "CacheClusters" : [ { "CacheClusterId" : "my-mem-cluster", "ConfigurationEndpoint" : { "Address" : "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com", "Port" : 11211 }, "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.t2.medium", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheClusterStatus" : "available", "NumCacheNodes" : 2, "PreferredAvailabilityZone" : "Multiple", "CacheClusterCreateTime" : "2016-12-21T21:59:43.794Z", "PreferredMaintenanceWindow" : "wed:06:00-wed:07:00", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.memcached1.4", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true } ] }, "title" : "DescribeCacheClusters" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists the details for the cache cluster my-mem-cluster.", "id" : "describecacheclusters-1475012269754", "input" : { "CacheClusterId" : "my-mem-cluster", "ShowCacheNodeInfo" : true }, "output" : { "CacheClusters" : [ { "CacheClusterId" : "my-mem-cluster", "ConfigurationEndpoint" : { "Address" : "my-mem-cluster.ameaqx.cfg.use1.cache.amazonaws.com", "Port" : 11211 }, "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.t2.medium", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheClusterStatus" : "available", "NumCacheNodes" : 2, "PreferredAvailabilityZone" : "Multiple", "CacheClusterCreateTime" : "2016-12-21T21:59:43.794Z", "PreferredMaintenanceWindow" : "wed:06:00-wed:07:00", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.memcached1.4", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "CacheNodes" : [ { "CacheNodeId" : "0001", "CacheNodeStatus" : "available", "CacheNodeCreateTime" : "2016-12-21T21:59:43.794Z", "Endpoint" : { "Address" : "my-mem-cluster.ameaqx.0001.use1.cache.amazonaws.com", "Port" : 11211 }, "ParameterGroupStatus" : "in-sync", "CustomerAvailabilityZone" : "us-east-1b" }, { "CacheNodeId" : "0002", "CacheNodeStatus" : "available", "CacheNodeCreateTime" : "2016-12-21T21:59:43.794Z", "Endpoint" : { "Address" : "my-mem-cluster.ameaqx.0002.use1.cache.amazonaws.com", "Port" : 11211 }, "ParameterGroupStatus" : "in-sync", "CustomerAvailabilityZone" : "us-east-1a" } ], "AutoMinorVersionUpgrade" : true } ] }, "title" : "DescribeCacheClusters" } ], "DescribeCacheEngineVersions" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists the details for up to 25 Memcached and Redis cache engine versions.", "id" : "describecacheengineversions-1475012638790", "input" : { }, "output" : { "CacheEngineVersions" : [ { "Engine" : "memcached", "EngineVersion" : "1.4.14", "CacheParameterGroupFamily" : "memcached1.4", "CacheEngineDescription" : "memcached", "CacheEngineVersionDescription" : "memcached version 1.4.14" }, { "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheParameterGroupFamily" : "memcached1.4", "CacheEngineDescription" : "memcached", "CacheEngineVersionDescription" : "memcached version 1.4.24" }, { "Engine" : "memcached", "EngineVersion" : "1.4.33", "CacheParameterGroupFamily" : "memcached1.4", "CacheEngineDescription" : "memcached", "CacheEngineVersionDescription" : "memcached version 1.4.33" }, { "Engine" : "memcached", "EngineVersion" : "1.4.5", "CacheParameterGroupFamily" : "memcached1.4", "CacheEngineDescription" : "memcached", "CacheEngineVersionDescription" : "memcached version 1.4.5" }, { "Engine" : "redis", "EngineVersion" : "2.6.13", "CacheParameterGroupFamily" : "redis2.6", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.6.13" }, { "Engine" : "redis", "EngineVersion" : "2.8.19", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.19" }, { "Engine" : "redis", "EngineVersion" : "2.8.21", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.21" }, { "Engine" : "redis", "EngineVersion" : "2.8.22", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.22 R5" }, { "Engine" : "redis", "EngineVersion" : "2.8.23", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.23 R4" }, { "Engine" : "redis", "EngineVersion" : "2.8.24", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.24 R3" }, { "Engine" : "redis", "EngineVersion" : "2.8.6", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.6" }, { "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheParameterGroupFamily" : "redis3.2", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 3.2.4" } ] }, "title" : "DescribeCacheEngineVersions" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists the details for up to 50 Redis cache engine versions.", "id" : "describecacheengineversions-1475012638790", "input" : { "Engine" : "redis", "MaxRecords" : 50, "DefaultOnly" : false }, "output" : { "Marker" : "", "CacheEngineVersions" : [ { "Engine" : "redis", "EngineVersion" : "2.6.13", "CacheParameterGroupFamily" : "redis2.6", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.6.13" }, { "Engine" : "redis", "EngineVersion" : "2.8.19", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.19" }, { "Engine" : "redis", "EngineVersion" : "2.8.21", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.21" }, { "Engine" : "redis", "EngineVersion" : "2.8.22", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.22 R5" }, { "Engine" : "redis", "EngineVersion" : "2.8.23", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.23 R4" }, { "Engine" : "redis", "EngineVersion" : "2.8.24", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.24 R3" }, { "Engine" : "redis", "EngineVersion" : "2.8.6", "CacheParameterGroupFamily" : "redis2.8", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 2.8.6" }, { "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheParameterGroupFamily" : "redis3.2", "CacheEngineDescription" : "Redis", "CacheEngineVersionDescription" : "redis version 3.2.4" } ] }, "title" : "DescribeCacheEngineVersions" } ], "DescribeCacheParameterGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.", "id" : "describecacheparametergroups-1483045457557", "input" : { "CacheParameterGroupName" : "custom-mem1-4" }, "output" : { "CacheParameterGroups" : [ { "CacheParameterGroupName" : "custom-mem1-4", "CacheParameterGroupFamily" : "memcached1.4", "Description" : "Custom memcache param group" } ] }, "title" : "DescribeCacheParameterGroups" } ], "DescribeCacheParameters" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists up to 100 user parameter values for the parameter group custom.redis2.8.", "id" : "describecacheparameters-1475013576900", "input" : { "CacheParameterGroupName" : "custom-redis2-8", "Source" : "user", "MaxRecords" : 100 }, "output" : { "Marker" : "", "Parameters" : [ { "ParameterName" : "activerehashing", "ParameterValue" : "yes", "Description" : "Apply rehashing or not.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "appendfsync", "ParameterValue" : "everysec", "Description" : "fsync policy for AOF persistence", "Source" : "system", "DataType" : "string", "AllowedValues" : "always,everysec,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "appendonly", "ParameterValue" : "no", "Description" : "Enable Redis persistence.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-hard-limit", "ParameterValue" : "0", "Description" : "Normal client output buffer hard limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-soft-limit", "ParameterValue" : "0", "Description" : "Normal client output buffer soft limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-soft-seconds", "ParameterValue" : "0", "Description" : "Normal client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-hard-limit", "ParameterValue" : "33554432", "Description" : "Pubsub client output buffer hard limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-soft-limit", "ParameterValue" : "8388608", "Description" : "Pubsub client output buffer soft limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-soft-seconds", "ParameterValue" : "60", "Description" : "Pubsub client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-slave-soft-seconds", "ParameterValue" : "60", "Description" : "Slave client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "close-on-slave-write", "ParameterValue" : "yes", "Description" : "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.23", "ChangeType" : "immediate" }, { "ParameterName" : "databases", "ParameterValue" : "16", "Description" : "Set the number of databases.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-1200000", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "hash-max-ziplist-entries", "ParameterValue" : "512", "Description" : "The maximum number of hash entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "hash-max-ziplist-value", "ParameterValue" : "64", "Description" : "The threshold of biggest hash entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "list-max-ziplist-entries", "ParameterValue" : "512", "Description" : "The maximum number of list entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "list-max-ziplist-value", "ParameterValue" : "64", "Description" : "The threshold of biggest list entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "lua-time-limit", "ParameterValue" : "5000", "Description" : "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "5000", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "maxclients", "ParameterValue" : "65000", "Description" : "The maximum number of Redis clients.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-65000", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "maxmemory-policy", "ParameterValue" : "volatile-lru", "Description" : "Max memory policy.", "Source" : "system", "DataType" : "string", "AllowedValues" : "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "maxmemory-samples", "ParameterValue" : "3", "Description" : "Max memory samples.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "min-slaves-max-lag", "ParameterValue" : "10", "Description" : "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "min-slaves-to-write", "ParameterValue" : "0", "Description" : "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "notify-keyspace-events", "Description" : "The keyspace events for Redis to notify Pub/Sub clients about. By default all notifications are disabled", "Source" : "system", "DataType" : "string", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "repl-backlog-size", "ParameterValue" : "1048576", "Description" : "The replication backlog size in bytes for PSYNC. This is the size of the buffer which accumulates slave data when slave is disconnected for some time, so that when slave reconnects again, only transfer the portion of data which the slave missed. Minimum value is 16K.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "16384-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "repl-backlog-ttl", "ParameterValue" : "3600", "Description" : "The amount of time in seconds after the master no longer have any slaves connected for the master to free the replication backlog. A value of 0 means to never release the backlog.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "repl-timeout", "ParameterValue" : "60", "Description" : "The timeout in seconds for bulk transfer I/O during sync and master timeout from the perspective of the slave, and slave timeout from the perspective of the master.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "11-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "reserved-memory", "ParameterValue" : "0", "Description" : "The amount of memory reserved for non-cache memory usage, in bytes. You may want to increase this parameter for nodes with read replicas, AOF enabled, etc, to reduce swap usage.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "set-max-intset-entries", "ParameterValue" : "512", "Description" : "The limit in the size of the set in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "slave-allow-chaining", "ParameterValue" : "no", "Description" : "Configures if chaining of slaves is allowed", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "slowlog-log-slower-than", "ParameterValue" : "10000", "Description" : "The execution time, in microseconds, to exceed in order for the command to get logged. Note that a negative number disables the slow log, while a value of zero forces the logging of every command.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "slowlog-max-len", "ParameterValue" : "128", "Description" : "The length of the slow log. There is no limit to this length. Just be aware that it will consume memory. You can reclaim memory used by the slow log with SLOWLOG RESET.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "tcp-keepalive", "ParameterValue" : "0", "Description" : "If non-zero, send ACKs every given number of seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "timeout", "ParameterValue" : "0", "Description" : "Close connection if client is idle for a given number of seconds, or never if 0.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0,20-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "zset-max-ziplist-entries", "ParameterValue" : "128", "Description" : "The maximum number of sorted set entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "zset-max-ziplist-value", "ParameterValue" : "64", "Description" : "The threshold of biggest sorted set entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" } ] }, "title" : "DescribeCacheParameters" } ], "DescribeCacheSecurityGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.", "id" : "describecachesecuritygroups-1483047200801", "input" : { "CacheSecurityGroupName" : "my-sec-group" }, "output" : null, "title" : "DescribeCacheSecurityGroups" } ], "DescribeCacheSubnetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Describes up to 25 cache subnet groups.", "id" : "describecachesubnetgroups-1482439214064", "input" : { "MaxRecords" : 25 }, "output" : { "Marker" : "", "CacheSubnetGroups" : [ { "CacheSubnetGroupName" : "default", "CacheSubnetGroupDescription" : "Default CacheSubnetGroup", "VpcId" : "vpc-91280df6", "Subnets" : [ { "SubnetIdentifier" : "subnet-1a2b3c4d", "SubnetAvailabilityZone" : { "Name" : "us-east-1a" } }, { "SubnetIdentifier" : "subnet-a1b2c3d4", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" } }, { "SubnetIdentifier" : "subnet-abcd1234", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" } }, { "SubnetIdentifier" : "subnet-1234abcd", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" } } ] } ] }, "title" : "DescribeCacheSubnetGroups" } ], "DescribeEngineDefaultParameters" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns the default engine and system parameter information for the specified cache engine.", "id" : "describeenginedefaultparameters-1481738057686", "input" : { "CacheParameterGroupFamily" : "redis2.8", "MaxRecords" : 25 }, "output" : { "EngineDefaults" : { "CacheParameterGroupFamily" : "redis2.8", "Marker" : "bWluLXNsYXZlcy10by13cml0ZQ==", "Parameters" : [ { "ParameterName" : "activerehashing", "ParameterValue" : "yes", "Description" : "Apply rehashing or not.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "appendfsync", "ParameterValue" : "everysec", "Description" : "fsync policy for AOF persistence", "Source" : "system", "DataType" : "string", "AllowedValues" : "always,everysec,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "appendonly", "ParameterValue" : "no", "Description" : "Enable Redis persistence.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-hard-limit", "ParameterValue" : "0", "Description" : "Normal client output buffer hard limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-soft-limit", "ParameterValue" : "0", "Description" : "Normal client output buffer soft limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-normal-soft-seconds", "ParameterValue" : "0", "Description" : "Normal client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-hard-limit", "ParameterValue" : "33554432", "Description" : "Pubsub client output buffer hard limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-soft-limit", "ParameterValue" : "8388608", "Description" : "Pubsub client output buffer soft limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-pubsub-soft-seconds", "ParameterValue" : "60", "Description" : "Pubsub client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-slave-soft-seconds", "ParameterValue" : "60", "Description" : "Slave client output buffer soft limit in seconds.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "close-on-slave-write", "ParameterValue" : "yes", "Description" : "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.", "Source" : "system", "DataType" : "string", "AllowedValues" : "yes,no", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.23", "ChangeType" : "immediate" }, { "ParameterName" : "databases", "ParameterValue" : "16", "Description" : "Set the number of databases.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-1200000", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "hash-max-ziplist-entries", "ParameterValue" : "512", "Description" : "The maximum number of hash entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "hash-max-ziplist-value", "ParameterValue" : "64", "Description" : "The threshold of biggest hash entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "list-max-ziplist-entries", "ParameterValue" : "512", "Description" : "The maximum number of list entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "list-max-ziplist-value", "ParameterValue" : "64", "Description" : "The threshold of biggest list entries in order for the dataset to be compressed.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "lua-time-limit", "ParameterValue" : "5000", "Description" : "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "5000", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "maxclients", "ParameterValue" : "65000", "Description" : "The maximum number of Redis clients.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-65000", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "requires-reboot" }, { "ParameterName" : "maxmemory-policy", "ParameterValue" : "volatile-lru", "Description" : "Max memory policy.", "Source" : "system", "DataType" : "string", "AllowedValues" : "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "maxmemory-samples", "ParameterValue" : "3", "Description" : "Max memory samples.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "1-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "min-slaves-max-lag", "ParameterValue" : "10", "Description" : "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" }, { "ParameterName" : "min-slaves-to-write", "ParameterValue" : "0", "Description" : "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : true, "MinimumEngineVersion" : "2.8.6", "ChangeType" : "immediate" } ], "CacheNodeTypeSpecificParameters" : [ { "ParameterName" : "client-output-buffer-limit-slave-hard-limit", "Description" : "Slave client output buffer hard limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "CacheNodeTypeSpecificValues" : [ { "CacheNodeType" : "cache.c1.xlarge", "Value" : "650117120" }, { "CacheNodeType" : "cache.m1.large", "Value" : "702545920" }, { "CacheNodeType" : "cache.m1.medium", "Value" : "309329920" }, { "CacheNodeType" : "cache.m1.small", "Value" : "94371840" }, { "CacheNodeType" : "cache.m1.xlarge", "Value" : "1488977920" }, { "CacheNodeType" : "cache.m2.2xlarge", "Value" : "3502243840" }, { "CacheNodeType" : "cache.m2.4xlarge", "Value" : "7088373760" }, { "CacheNodeType" : "cache.m2.xlarge", "Value" : "1709178880" }, { "CacheNodeType" : "cache.m3.2xlarge", "Value" : "2998927360" }, { "CacheNodeType" : "cache.m3.large", "Value" : "650117120" }, { "CacheNodeType" : "cache.m3.medium", "Value" : "309329920" }, { "CacheNodeType" : "cache.m3.xlarge", "Value" : "1426063360" }, { "CacheNodeType" : "cache.m4.10xlarge", "Value" : "16604761424" }, { "CacheNodeType" : "cache.m4.2xlarge", "Value" : "3188912636" }, { "CacheNodeType" : "cache.m4.4xlarge", "Value" : "6525729063" }, { "CacheNodeType" : "cache.m4.large", "Value" : "689259315" }, { "CacheNodeType" : "cache.m4.xlarge", "Value" : "1532850176" }, { "CacheNodeType" : "cache.r3.2xlarge", "Value" : "6081740800" }, { "CacheNodeType" : "cache.r3.4xlarge", "Value" : "12268339200" }, { "CacheNodeType" : "cache.r3.8xlarge", "Value" : "24536678400" }, { "CacheNodeType" : "cache.r3.large", "Value" : "1468006400" }, { "CacheNodeType" : "cache.r3.xlarge", "Value" : "3040870400" }, { "CacheNodeType" : "cache.t1.micro", "Value" : "14260633" }, { "CacheNodeType" : "cache.t2.medium", "Value" : "346134937" }, { "CacheNodeType" : "cache.t2.micro", "Value" : "58195968" }, { "CacheNodeType" : "cache.t2.small", "Value" : "166513868" } ], "ChangeType" : "immediate" }, { "ParameterName" : "client-output-buffer-limit-slave-soft-limit", "Description" : "Slave client output buffer soft limit in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "CacheNodeTypeSpecificValues" : [ { "CacheNodeType" : "cache.c1.xlarge", "Value" : "650117120" }, { "CacheNodeType" : "cache.m1.large", "Value" : "702545920" }, { "CacheNodeType" : "cache.m1.medium", "Value" : "309329920" }, { "CacheNodeType" : "cache.m1.small", "Value" : "94371840" }, { "CacheNodeType" : "cache.m1.xlarge", "Value" : "1488977920" }, { "CacheNodeType" : "cache.m2.2xlarge", "Value" : "3502243840" }, { "CacheNodeType" : "cache.m2.4xlarge", "Value" : "7088373760" }, { "CacheNodeType" : "cache.m2.xlarge", "Value" : "1709178880" }, { "CacheNodeType" : "cache.m3.2xlarge", "Value" : "2998927360" }, { "CacheNodeType" : "cache.m3.large", "Value" : "650117120" }, { "CacheNodeType" : "cache.m3.medium", "Value" : "309329920" }, { "CacheNodeType" : "cache.m3.xlarge", "Value" : "1426063360" }, { "CacheNodeType" : "cache.m4.10xlarge", "Value" : "16604761424" }, { "CacheNodeType" : "cache.m4.2xlarge", "Value" : "3188912636" }, { "CacheNodeType" : "cache.m4.4xlarge", "Value" : "6525729063" }, { "CacheNodeType" : "cache.m4.large", "Value" : "689259315" }, { "CacheNodeType" : "cache.m4.xlarge", "Value" : "1532850176" }, { "CacheNodeType" : "cache.r3.2xlarge", "Value" : "6081740800" }, { "CacheNodeType" : "cache.r3.4xlarge", "Value" : "12268339200" }, { "CacheNodeType" : "cache.r3.8xlarge", "Value" : "24536678400" }, { "CacheNodeType" : "cache.r3.large", "Value" : "1468006400" }, { "CacheNodeType" : "cache.r3.xlarge", "Value" : "3040870400" }, { "CacheNodeType" : "cache.t1.micro", "Value" : "14260633" }, { "CacheNodeType" : "cache.t2.medium", "Value" : "346134937" }, { "CacheNodeType" : "cache.t2.micro", "Value" : "58195968" }, { "CacheNodeType" : "cache.t2.small", "Value" : "166513868" } ], "ChangeType" : "immediate" }, { "ParameterName" : "maxmemory", "Description" : "The maximum configurable amount of memory to use to store items, in bytes.", "Source" : "system", "DataType" : "integer", "AllowedValues" : "0-", "IsModifiable" : false, "MinimumEngineVersion" : "2.8.6", "CacheNodeTypeSpecificValues" : [ { "CacheNodeType" : "cache.c1.xlarge", "Value" : "6501171200" }, { "CacheNodeType" : "cache.m1.large", "Value" : "7025459200" }, { "CacheNodeType" : "cache.m1.medium", "Value" : "3093299200" }, { "CacheNodeType" : "cache.m1.small", "Value" : "943718400" }, { "CacheNodeType" : "cache.m1.xlarge", "Value" : "14889779200" }, { "CacheNodeType" : "cache.m2.2xlarge", "Value" : "35022438400" }, { "CacheNodeType" : "cache.m2.4xlarge", "Value" : "70883737600" }, { "CacheNodeType" : "cache.m2.xlarge", "Value" : "17091788800" }, { "CacheNodeType" : "cache.m3.2xlarge", "Value" : "29989273600" }, { "CacheNodeType" : "cache.m3.large", "Value" : "6501171200" }, { "CacheNodeType" : "cache.m3.medium", "Value" : "2988441600" }, { "CacheNodeType" : "cache.m3.xlarge", "Value" : "14260633600" }, { "CacheNodeType" : "cache.m4.10xlarge", "Value" : "166047614239" }, { "CacheNodeType" : "cache.m4.2xlarge", "Value" : "31889126359" }, { "CacheNodeType" : "cache.m4.4xlarge", "Value" : "65257290629" }, { "CacheNodeType" : "cache.m4.large", "Value" : "6892593152" }, { "CacheNodeType" : "cache.m4.xlarge", "Value" : "15328501760" }, { "CacheNodeType" : "cache.r3.2xlarge", "Value" : "62495129600" }, { "CacheNodeType" : "cache.r3.4xlarge", "Value" : "126458265600" }, { "CacheNodeType" : "cache.r3.8xlarge", "Value" : "254384537600" }, { "CacheNodeType" : "cache.r3.large", "Value" : "14470348800" }, { "CacheNodeType" : "cache.r3.xlarge", "Value" : "30513561600" }, { "CacheNodeType" : "cache.t1.micro", "Value" : "142606336" }, { "CacheNodeType" : "cache.t2.medium", "Value" : "3461349376" }, { "CacheNodeType" : "cache.t2.micro", "Value" : "581959680" }, { "CacheNodeType" : "cache.t2.small", "Value" : "1665138688" } ], "ChangeType" : "immediate" } ] } }, "title" : "DescribeEngineDefaultParameters" } ], "DescribeEvents" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Describes all the cache-cluster events for the past 120 minutes.", "id" : "describeevents-1481843894757", "input" : { "SourceType" : "cache-cluster", "Duration" : 360 }, "output" : { "Marker" : "", "Events" : [ { "SourceIdentifier" : "redis-cluster", "SourceType" : "cache-cluster", "Message" : "Added cache node 0001 in availability zone us-east-1e", "Date" : "2016-12-22T16:27:56.088Z" }, { "SourceIdentifier" : "redis-cluster", "SourceType" : "cache-cluster", "Message" : "Cache cluster created", "Date" : "2016-12-22T16:27:56.078Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Added cache node 0002 in availability zone us-east-1c", "Date" : "2016-12-22T16:05:17.326Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Added cache node 0001 in availability zone us-east-1e", "Date" : "2016-12-22T16:05:17.323Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Cache cluster created", "Date" : "2016-12-22T16:05:17.314Z" } ] }, "title" : "DescribeEvents" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Describes all the replication-group events from 3:00P to 5:00P on November 11, 2016.", "id" : "describeevents-1481843894757", "input" : { "StartTime" : "2016-12-22T15:00:00.000Z" }, "output" : { "Marker" : "", "Events" : [ { "SourceIdentifier" : "clustered-redis-0001-001", "SourceType" : "cache-cluster", "Message" : "Snapshot succeeded for snapshot with ID 'cr-bkup' of replication group with ID 'clustered-redis'", "Date" : "2016-12-22T21:35:46.674Z" }, { "SourceIdentifier" : "redis-cluster", "SourceType" : "cache-cluster", "Message" : "Added cache node 0001 in availability zone us-east-1e", "Date" : "2016-12-22T16:27:56.088Z" }, { "SourceIdentifier" : "redis-cluster", "SourceType" : "cache-cluster", "Message" : "Cache cluster created", "Date" : "2016-12-22T16:27:56.078Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Added cache node 0002 in availability zone us-east-1c", "Date" : "2016-12-22T16:05:17.326Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Added cache node 0001 in availability zone us-east-1e", "Date" : "2016-12-22T16:05:17.323Z" }, { "SourceIdentifier" : "my-memcached2", "SourceType" : "cache-cluster", "Message" : "Cache cluster created", "Date" : "2016-12-22T16:05:17.314Z" } ] }, "title" : "DescribeEvents" } ], "DescribeReplicationGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the replication group myreplgroup.", "id" : "describereplicationgroups-1481742639427", "input" : { }, "output" : { "Marker" : "", "ReplicationGroups" : [ { "ReplicationGroupId" : "clustered-redis", "Description" : "Test cluster", "Status" : "available", "PendingModifiedValues" : { }, "MemberClusters" : [ "clustered-redis-0001-001", "clustered-redis-0001-002", "clustered-redis-0002-001", "clustered-redis-0002-002" ], "NodeGroups" : [ { "NodeGroupId" : "0001", "Status" : "available", "NodeGroupMembers" : [ { "CacheClusterId" : "clustered-redis-0001-001", "CacheNodeId" : "0001", "PreferredAvailabilityZone" : "us-east-1e" }, { "CacheClusterId" : "clustered-redis-0001-002", "CacheNodeId" : "0001", "PreferredAvailabilityZone" : "us-east-1c" } ] }, { "NodeGroupId" : "0002", "Status" : "available", "NodeGroupMembers" : [ { "CacheClusterId" : "clustered-redis-0002-001", "CacheNodeId" : "0001", "PreferredAvailabilityZone" : "us-east-1c" }, { "CacheClusterId" : "clustered-redis-0002-002", "CacheNodeId" : "0001", "PreferredAvailabilityZone" : "us-east-1b" } ] } ], "AutomaticFailover" : "enabled" } ] }, "title" : "DescribeReplicationGroups" } ], "DescribeReservedCacheNodes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about reserved cache nodes for this account, or about a specified reserved cache node. If the account has no reserved cache nodes, the operation returns an empty list, as shown here.", "id" : "describereservedcachenodes-1481742348045", "input" : { "MaxRecords" : 25 }, "output" : null, "title" : "DescribeReservedCacheNodes" } ], "DescribeReservedCacheNodesOfferings" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists available reserved cache node offerings.", "id" : "describereseredcachenodeofferings-1481742869998", "input" : { "MaxRecords" : 20 }, "output" : { "Marker" : "1ef01f5b-433f-94ff-a530-61a56bfc8e7a", "ReservedCacheNodesOfferings" : [ { "ReservedCacheNodesOfferingId" : "0167633d-37f6-4222-b872-b1f22eb79ba4", "CacheNodeType" : "cache.m1.small", "Duration" : 94608000, "FixedPrice" : 157.0, "UsagePrice" : 0.017, "ProductDescription" : "memcached", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "02c04e13-baca-4e71-9ceb-620eed94827d", "CacheNodeType" : "cache.m4.xlarge", "Duration" : 94608000, "FixedPrice" : 1248.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.077, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "02e1755e-76e8-48e3-8d82-820a5726a458", "CacheNodeType" : "cache.m2.4xlarge", "Duration" : 94608000, "FixedPrice" : 2381.0, "UsagePrice" : 0.276, "ProductDescription" : "memcached", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "03315215-7b87-421a-a3dd-785021e4113f", "CacheNodeType" : "cache.m1.small", "Duration" : 94608000, "FixedPrice" : 188.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.013, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "05ffbb44-2ace-4476-a2a5-8ec99f866fb3", "CacheNodeType" : "cache.m4.10xlarge", "Duration" : 31536000, "FixedPrice" : 6158.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 1.125, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "065c71ae-4a4e-4f1e-bebf-37525f4c6cb2", "CacheNodeType" : "cache.m1.small", "Duration" : 31536000, "FixedPrice" : 101.0, "UsagePrice" : 0.023, "ProductDescription" : "redis", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "06774b12-7f5e-48c1-907a-f286c63f327d", "CacheNodeType" : "cache.m1.medium", "Duration" : 94608000, "FixedPrice" : 314.0, "UsagePrice" : 0.034, "ProductDescription" : "memcached", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "0924ac6b-847f-4761-ba6b-4290b2adf719", "CacheNodeType" : "cache.m2.xlarge", "Duration" : 31536000, "FixedPrice" : 163.0, "UsagePrice" : 0.137, "ProductDescription" : "memcached", "OfferingType" : "Light Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "09eeb126-69b6-4d3f-8f94-ca3510629f53", "CacheNodeType" : "cache.m2.xlarge", "Duration" : 94608000, "FixedPrice" : 719.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.049, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "0a516ad8-557f-4310-9dd0-2448c2ff4d62", "CacheNodeType" : "cache.r3.2xlarge", "Duration" : 94608000, "FixedPrice" : 4132.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.182, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "0b0c1cc5-2177-4150-95d7-c67ec34dcb19", "CacheNodeType" : "cache.c1.xlarge", "Duration" : 94608000, "FixedPrice" : 875.0, "UsagePrice" : 0.363, "ProductDescription" : "memcached", "OfferingType" : "Light Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "0c2b139b-1cff-43d0-8fba-0c753f9b1950", "CacheNodeType" : "cache.m4.10xlarge", "Duration" : 94608000, "FixedPrice" : 12483.0, "UsagePrice" : 0.0, "ProductDescription" : "memcached", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.76, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "0c52115b-38cb-47a2-8dbc-e02e40b6a13f", "CacheNodeType" : "cache.c1.xlarge", "Duration" : 31536000, "FixedPrice" : 1620.0, "UsagePrice" : 0.0, "ProductDescription" : "memcached", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.207, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "12fcb19c-5416-4e1d-934f-28f1e2cb8599", "CacheNodeType" : "cache.m2.4xlarge", "Duration" : 94608000, "FixedPrice" : 2381.0, "UsagePrice" : 0.276, "ProductDescription" : "redis", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "13af20ad-914d-4d8b-9763-fa2e565f3549", "CacheNodeType" : "cache.m4.xlarge", "Duration" : 31536000, "FixedPrice" : 616.0, "UsagePrice" : 0.0, "ProductDescription" : "memcached", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.112, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "14da3d3f-b526-4dbf-b09b-355578b2a576", "CacheNodeType" : "cache.r3.8xlarge", "Duration" : 94608000, "FixedPrice" : 16528.0, "UsagePrice" : 0.0, "ProductDescription" : "memcached", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.729, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "15d7018c-71fb-4717-8409-4bdcdca18da7", "CacheNodeType" : "cache.m1.medium", "Duration" : 94608000, "FixedPrice" : 140.0, "UsagePrice" : 0.052, "ProductDescription" : "redis", "OfferingType" : "Light Utilization", "RecurringCharges" : [ ] }, { "ReservedCacheNodesOfferingId" : "1ae7ec5f-a76e-49b6-822b-629b1768a13a", "CacheNodeType" : "cache.m4.4xlarge", "Duration" : 94608000, "FixedPrice" : 4993.0, "UsagePrice" : 0.0, "ProductDescription" : "memcached", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.304, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "1d31242b-3925-48d1-b882-ce03204e6013", "CacheNodeType" : "cache.m3.2xlarge", "Duration" : 31536000, "FixedPrice" : 1772.0, "UsagePrice" : 0.0, "ProductDescription" : "redis", "OfferingType" : "Heavy Utilization", "RecurringCharges" : [ { "RecurringChargeAmount" : 0.25, "RecurringChargeFrequency" : "Hourly" } ] }, { "ReservedCacheNodesOfferingId" : "1ef01f5b-94ff-433f-a530-61a56bfc8e7a", "CacheNodeType" : "cache.t1.micro", "Duration" : 31536000, "FixedPrice" : 54.0, "UsagePrice" : 0.008, "ProductDescription" : "memcached", "OfferingType" : "Medium Utilization", "RecurringCharges" : [ ] } ] }, "title" : "DescribeReseredCacheNodeOfferings" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists available reserved cache node offerings for cache.r3.large nodes with a 3 year commitment.", "id" : "describereseredcachenodeofferings-1481742869998", "input" : { "ReservedCacheNodesOfferingId" : "", "CacheNodeType" : "cache.r3.large", "Duration" : "3", "OfferingType" : "Light Utilization", "MaxRecords" : 25 }, "output" : { "Marker" : "", "ReservedCacheNodesOfferings" : [ ] }, "title" : "DescribeReseredCacheNodeOfferings" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists available reserved cache node offerings.", "id" : "describereseredcachenodeofferings-1481742869998", "input" : { "ReservedCacheNodesOfferingId" : "438012d3-4052-4cc7-b2e3-8d3372e0e706", "CacheNodeType" : "", "Duration" : "", "ProductDescription" : "", "OfferingType" : "", "MaxRecords" : 25, "Marker" : "" }, "output" : { "Marker" : "", "ReservedCacheNodesOfferings" : [ ] }, "title" : "DescribeReseredCacheNodeOfferings" } ], "DescribeSnapshots" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the snapshot mysnapshot. By default.", "id" : "describesnapshots-1481743399584", "input" : { "SnapshotName" : "snapshot-20161212" }, "output" : { "Marker" : "", "Snapshots" : [ { "SnapshotName" : "snapshot-20161212", "CacheClusterId" : "my-redis5", "SnapshotStatus" : "available", "SnapshotSource" : "manual", "CacheNodeType" : "cache.m3.large", "Engine" : "redis", "EngineVersion" : "3.2.4", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-east-1c", "CacheClusterCreateTime" : "2016-12-21T22:27:12.543Z", "PreferredMaintenanceWindow" : "fri:05:30-fri:06:30", "Port" : 6379, "CacheParameterGroupName" : "default.redis3.2", "CacheSubnetGroupName" : "default", "VpcId" : "vpc-91280df6", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 7, "SnapshotWindow" : "10:00-11:00", "NodeSnapshots" : [ { "CacheNodeId" : "0001", "CacheSize" : "3 MB", "CacheNodeCreateTime" : "2016-12-21T22:27:12.543Z", "SnapshotCreateTime" : "2016-12-21T22:30:26Z" } ] } ] }, "title" : "DescribeSnapshots" } ], "ListAllowedNodeTypeModifications" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.", "id" : "listallowednodetypemodifications-1481748494872", "input" : { "ReplicationGroupId" : "myreplgroup" }, "output" : { "ScaleUpModifications" : [ "cache.m4.10xlarge", "cache.m4.2xlarge", "cache.m4.4xlarge", "cache.m4.xlarge", "cache.r3.2xlarge", "cache.r3.4xlarge", "cache.r3.8xlarge", "cache.r3.xlarge" ] }, "title" : "ListAllowedNodeTypeModifications" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.", "id" : "listallowednodetypemodifications-1481748494872", "input" : { "CacheClusterId" : "mycluster" }, "output" : { "ScaleUpModifications" : [ ] }, "title" : "ListAllowedNodeTypeModifications" } ], "ListTagsForResource" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.", "id" : "listtagsforresource-1481748784584", "input" : { "ResourceName" : "arn:aws:elasticache:us-west-2::cluster:mycluster" }, "output" : { "TagList" : [ { "Key" : "APIVersion", "Value" : "20150202" }, { "Key" : "Service", "Value" : "ElastiCache" } ] }, "title" : "ListTagsForResource" } ], "ModifyCacheCluster" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Copies a snapshot to a specified name.", "id" : "modifycachecluster-1482962725919", "input" : { "CacheClusterId" : "redis-cluster", "ApplyImmediately" : true, "SnapshotRetentionLimit" : 14 }, "output" : { "CacheCluster" : { "CacheClusterId" : "redis-cluster", "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.r3.large", "Engine" : "redis", "EngineVersion" : "3.2.4", "CacheClusterStatus" : "available", "NumCacheNodes" : 1, "PreferredAvailabilityZone" : "us-east-1e", "CacheClusterCreateTime" : "2016-12-22T16:27:56.078Z", "PreferredMaintenanceWindow" : "fri:09:00-fri:10:00", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.redis3.2", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true, "SnapshotRetentionLimit" : 14, "SnapshotWindow" : "07:00-08:00" } }, "title" : "ModifyCacheCluster" } ], "ModifyCacheParameterGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Modifies one or more parameter values in the specified parameter group. You cannot modify any default parameter group.", "id" : "modifycacheparametergroup-1482966746787", "input" : { "CacheParameterGroupName" : "custom-mem1-4", "ParameterNameValues" : [ { "ParameterName" : "binding_protocol", "ParameterValue" : "ascii" }, { "ParameterName" : "chunk_size", "ParameterValue" : "96" } ] }, "output" : { "CacheParameterGroupName" : "custom-mem1-4" }, "title" : "ModifyCacheParameterGroup" } ], "ModifyCacheSubnetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Modifies an existing ElastiCache subnet group.", "id" : "modifycachesubnetgroup-1483043446226", "input" : { "CacheSubnetGroupName" : "my-sn-grp", "SubnetIds" : [ "subnet-bcde2345" ] }, "output" : { "CacheSubnetGroup" : { "CacheSubnetGroupName" : "my-sn-grp", "CacheSubnetGroupDescription" : "My subnet group.", "VpcId" : "vpc-91280df6", "Subnets" : [ { "SubnetIdentifier" : "subnet-a1b2c3d4", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" } }, { "SubnetIdentifier" : "subnet-1a2b3c4d", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" } }, { "SubnetIdentifier" : "subnet-bcde2345", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" } }, { "SubnetIdentifier" : "subnet-1234abcd", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" } }, { "SubnetIdentifier" : "subnet-abcd1234", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" } } ] } }, "title" : "ModifyCacheSubnetGroup" } ], "ModifyReplicationGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "", "id" : "modifyreplicationgroup-1483039689581", "input" : { "ReplicationGroupId" : "my-redis-rg", "ReplicationGroupDescription" : "Modified replication group", "SnapshottingClusterId" : "my-redis-rg-001", "ApplyImmediately" : true, "SnapshotRetentionLimit" : 30 }, "output" : { "ReplicationGroup" : { "ReplicationGroupId" : "my-redis-rg", "Description" : "Modified replication group", "Status" : "available", "PendingModifiedValues" : { }, "MemberClusters" : [ "my-redis-rg-001", "my-redis-rg-002", "my-redis-rg-003" ], "NodeGroups" : [ { "NodeGroupId" : "0001", "Status" : "available", "PrimaryEndpoint" : { "Address" : "my-redis-rg.abcdef.ng.0001.use1.cache.amazonaws.com", "Port" : 6379 }, "NodeGroupMembers" : [ { "CacheClusterId" : "my-redis-rg-001", "CacheNodeId" : "0001", "ReadEndpoint" : { "Address" : "my-redis-rg-001.abcdef.0001.use1.cache.amazonaws.com", "Port" : 6379 }, "PreferredAvailabilityZone" : "us-east-1b", "CurrentRole" : "primary" }, { "CacheClusterId" : "my-redis-rg-002", "CacheNodeId" : "0001", "ReadEndpoint" : { "Address" : "my-redis-rg-002.abcdef.0001.use1.cache.amazonaws.com", "Port" : 6379 }, "PreferredAvailabilityZone" : "us-east-1a", "CurrentRole" : "replica" }, { "CacheClusterId" : "my-redis-rg-003", "CacheNodeId" : "0001", "ReadEndpoint" : { "Address" : "my-redis-rg-003.abcdef.0001.use1.cache.amazonaws.com", "Port" : 6379 }, "PreferredAvailabilityZone" : "us-east-1c", "CurrentRole" : "replica" } ] } ], "SnapshottingClusterId" : "my-redis-rg-002", "AutomaticFailover" : "enabled" } }, "title" : "ModifyReplicationGroup" } ], "PurchaseReservedCacheNodesOffering" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Allows you to purchase a reserved cache node offering.", "id" : "purchasereservedcachenodesofferings-1483040798484", "input" : { "ReservedCacheNodesOfferingId" : "1ef01f5b-94ff-433f-a530-61a56bfc8e7a" }, "output" : null, "title" : "PurchaseReservedCacheNodesOfferings" } ], "RebootCacheCluster" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Reboots the specified nodes in the names cluster.", "id" : "rebootcachecluster-1482969019505", "input" : { "CacheClusterId" : "custom-mem1-4 ", "CacheNodeIdsToReboot" : [ "0001", "0002" ] }, "output" : { "CacheCluster" : { "CacheClusterId" : "my-mem-cluster", "ConfigurationEndpoint" : { "Address" : "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com", "Port" : 11211 }, "ClientDownloadLandingPage" : "https://console.aws.amazon.com/elasticache/home#client-download:", "CacheNodeType" : "cache.t2.medium", "Engine" : "memcached", "EngineVersion" : "1.4.24", "CacheClusterStatus" : "rebooting cache cluster nodes", "NumCacheNodes" : 2, "PreferredAvailabilityZone" : "Multiple", "CacheClusterCreateTime" : "2016-12-21T21:59:43.794Z", "PreferredMaintenanceWindow" : "wed:06:00-wed:07:00", "PendingModifiedValues" : { }, "CacheSecurityGroups" : [ ], "CacheParameterGroup" : { "CacheParameterGroupName" : "default.memcached1.4", "ParameterApplyStatus" : "in-sync", "CacheNodeIdsToReboot" : [ ] }, "CacheSubnetGroupName" : "default", "AutoMinorVersionUpgrade" : true } }, "title" : "RebootCacheCluster" } ], "RemoveTagsFromResource" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Removes tags identified by a list of tag keys from the list of tags on the specified resource.", "id" : "removetagsfromresource-1483037920947", "input" : { "ResourceName" : "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster", "TagKeys" : [ "A", "C", "E" ] }, "output" : { "TagList" : [ { "Key" : "B", "Value" : "Banana" }, { "Key" : "D", "Value" : "Dog" }, { "Key" : "F", "Value" : "Fox" }, { "Key" : "I", "Value" : "" }, { "Key" : "K", "Value" : "Kite" } ] }, "title" : "RemoveTagsFromResource" } ], "ResetCacheParameterGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Modifies the parameters of a cache parameter group to the engine or system default value.", "id" : "resetcacheparametergroup-1483038334014", "input" : { "CacheParameterGroupName" : "custom-mem1-4", "ResetAllParameters" : true }, "output" : { "CacheParameterGroupName" : "custom-mem1-4" }, "title" : "ResetCacheParameterGroup" } ], "RevokeCacheSecurityGroupIngress" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.", "id" : "describecachesecuritygroups-1483047200801", "input" : { "CacheSecurityGroupName" : "my-sec-grp", "EC2SecurityGroupName" : "my-ec2-sec-grp", "EC2SecurityGroupOwnerId" : "1234567890" }, "output" : null, "title" : "DescribeCacheSecurityGroups" } ] }, "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" : "ElastiCacheException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.elasticache.model.ElastiCacheException", "sdkRequestBaseClassName" : "ElastiCacheRequest", "sdkResponseBaseClassName" : "ElastiCacheResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy